LoadOptions ClassGemBox.Document Help
Represents a base class for loading options of various file formats. For now, only derived class is DocxLoadOptions.
Inheritance Hierarchy

System Object
  GemBox.Document LoadOptions
    GemBox.Document DocxLoadOptions

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

public abstract class LoadOptions
Remarks

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