LoadOptions ClassGemBox.Document Help
Represents a base class for loading options of various file formats.
Inheritance Hierarchy

System Object
  GemBox.Document LoadOptions
    GemBox.Document DocxLoadOptions
    GemBox.Document HtmlLoadOptions
    GemBox.Document TxtLoadOptions

Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1151
Syntax

public abstract class LoadOptions
Remarks

To preserve unsupported file format features, set PreserveUnsupportedFeatures to  . For more information, see preservation.
See Also