LoadOptions Class
Represents a base class for loading options of various file formats.
- Inheritance:
- System.ObjectLoadOptions
- Derived
Remarks
To preserve unsupported file format features, set PreserveUnsupportedFeatures to true.
Properties
Html
Gets the default loading options for HTML content.
public static HtmlLoadOptions Html { get; }
Public Shared ReadOnly Property Html As HtmlLoadOptions
Property Value
The default loading options for HTML content.
Remarks
This property always returns a new instance of HtmlLoadOptions class initialized with default constructor.
Ppt
Gets the default loading options for PowerPoint 97-2003 Presentation (PPT) format.
public static PptLoadOptions Ppt { get; }
Public Shared ReadOnly Property Ppt As PptLoadOptions
Property Value
The default loading options for PowerPoint 97-2003 Presentation (PPT) format.
Remarks
This property always returns a new instance of PptLoadOptions class initialized with default constructor.
Pptx
Gets the default loading options for PowerPoint Presentation (PPTX) format.
public static PptxLoadOptions Pptx { get; }
Public Shared ReadOnly Property Pptx As PptxLoadOptions
Property Value
The default loading options for PowerPoint Presentation (PPTX) format.
Remarks
This property always returns a new instance of PptxLoadOptions class initialized with default constructor.
PreserveUnsupportedFeatures
Gets or sets a value indicating whether to preserve file format features that are not directly supported through GemBox.Presentation object model.
public bool PreserveUnsupportedFeatures { get; set; }
Public Property PreserveUnsupportedFeatures As Boolean
Property Value
- System.Boolean
true to preserve file format features that are not directly supported through GemBox.Presentation object model; otherwise, false.
Remarks
Default value is set to true.