API Reference
Class
PowerPointLoadOptions
Controls access, persistence, and package behavior when loading a PowerPoint presentation.
Inheritance
- DocumentLoadOptions
- PowerPointLoadOptions
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
- Method PowerPointPresentation.Load
- Method PowerPointPresentation.Load
- Method PowerPointPresentation.Load
- Method PowerPointPresentation.Load
- Method PowerPointPresentation.LoadAsync
- Method PowerPointPresentation.LoadAsync
- Method PowerPointPresentation.LoadEncrypted
- Method PowerPointPresentation.LoadEncrypted
- Method PowerPointPresentation.LoadEncrypted
- Method PowerPointPresentation.LoadEncrypted
- Method PowerPointPresentation.LoadEncryptedAsync
- Method PowerPointPresentation.LoadEncryptedAsync
Constructors
public PowerPointLoadOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Int64> MaxInputBytes { get; set; } #Maximum presentation bytes buffered by load APIs. Default: 512 MiB. Set to null to disable this compatibility guard.
public OfficeOpenXmlLoadSettings OpenSettings { get; set; } #Provides optional low-level Open XML package settings.
public LegacyPptImportOptions LegacyPptImportOptions { get; set; } #Provides optional limits and diagnostics settings for binary PPT/POT/PPS sources.