API Reference
LegacyPptImportOptions
Controls dependency-free PowerPoint 97-2003 binary import behavior.
Inheritance
- Object
- LegacyPptImportOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public LegacyPptImportOptions() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Int32 MaxInputBytes { get; set; } #Gets or sets the maximum input and PowerPoint Document stream size.
public Boolean ReportUnsupportedContent { get; set; } #Gets or sets whether recognized but unsupported content is reported as warnings.
public Int32 MaxRecordCount { get; set; } #Gets or sets the maximum number of binary records traversed.
public Int32 MaxSlideCount { get; set; } #Gets or sets the maximum number of decoded slides.
public Int32 MaxRecordDepth { get; set; } #Gets or sets the maximum nested record depth.
public Int32 MaxMasterCount { get; set; } #Gets or sets the maximum number of decoded main and title masters.
public Int32 MaxConnectorRuleCount { get; set; } #Gets or sets the maximum aggregate number of decoded connector rules.
public Int32 MaxCommentCount { get; set; } #Gets or sets the maximum aggregate number of decoded comments.
public Int32 MaxTextStyle9EntryCount { get; set; } #Gets or sets the maximum number of PPT9 style entries decoded for one text body.
public Int64 MaxDecodedStorageBytes { get; set; } #Gets or sets the maximum aggregate bytes retained from decoded pictures, embedded OLE, linked-object, ActiveX, and VBA storages during one import.
public String Password { get; set; } #Gets or sets the password used to open an RC4 CryptoAPI encrypted binary presentation.