PptLoadOptions Class
Represents a class that stores loading options for PowerPoint 97-2003 Presentation (PPT) format.
public sealed class PptLoadOptions : LoadOptionsPublic NotInheritable Class PptLoadOptions
Inherits LoadOptions- Inheritance:
- System.ObjectPptLoadOptions
Constructors
PptLoadOptions()
Initializes a new instance of the PptLoadOptions class.
Inherited Properties
| Html | Gets the default loading options for HTML content. (Inherited from LoadOptions) |
| Ppt | Gets the default loading options for PowerPoint 97-2003 Presentation (PPT) format. (Inherited from LoadOptions) |
| Pptx | Gets the default loading options for PowerPoint Presentation (PPTX) format. (Inherited from LoadOptions) |
| PreserveUnsupportedFeatures | Gets or sets a value indicating whether to preserve file format features that are not directly supported through GemBox.Presentation object model. (Inherited from LoadOptions) |