Class PPTOptions
Provides properties to manage PowerPoint export behaviors.
Inheritance
System.Object
PPTOptions
Namespace: BoldReports.Writer
Assembly: BoldReports.Web.dll
Syntax
public class PPTOptions : Object, IReportDispose, IDisposable
Remarks
PPTOptions contains the properties to define the PowerPoint FormatType,TempPath, SplitPageCount and EnableSplitMerge
Constructors
PPTOptions()
Declaration
public PPTOptions()
Properties
EncryptionPassword
Gets or sets the password to edit the PowerPoint file.
Declaration
public string EncryptionPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string containing the encrypted password. |
FormatType
Gets or sets PowerPoint version to be export.
Declaration
public PPTSaveType FormatType { get; set; }
Property Value
Type | Description |
---|---|
PPTSaveType | It conatins the PowerPoint export format version. |
Methods
Dispose()
Provides a mechanism for releasing unmanaged resources.
Declaration
public void Dispose()
Remarks
It close or release unmanaged resources such as files, streams, and handles held by an instance of the class that implements this interface.
Implements
System.IDisposable