LoadOptions class

LoadOptions class

Represents document loading options when loading a document.

Learn more:

  • Loading documents
  • Load from local disk
  • Load from stream
  • Load document of specific format
  • Load password-protected document

The LoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the LoadOptions class.
init Initializes a new LoadOptions instance with a specified password.

Properties

Property Description
file_type The file type, indicating its format (e.g., docx, pdf, xlsx, etc.).
format_family The format family of the document, indicating its type (e.g., Image, Pdf, Spreadsheet, etc.).
password The password for opening an encrypted document.

Fields

Field Description
DEFAULT Gets the default value for class.

See Also