API Reference
Class
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) #Returns:
BooleanInherited from Object
Parameters
- 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 MaxRecordDepth { get; set; } #Gets or sets the maximum nested record depth.
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.