PdfLoadOptions class

PdfLoadOptions class

The options for loading PDF documents.

The PdfLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of PdfLoadOptions.

Methods

Method Description
equals Determines whether two object instances are equal. (inherited from ValueObject)
equals_object (inherited from ValueObject)
equals_value_object (inherited from ValueObject)
get_hash_code Serves as the default hash function. (inherited from ValueObject)

Properties

Property Description
clear_built_in_document_properties The ClearBuiltInDocumentProperties property.
clear_custom_document_properties The ClearCustomDocumentProperties property determines whether custom document properties are cleared when loading a PDF.
convert_owned The ConvertOwned flag implements IDocumentsContainerLoadOptions.convert_owned. Default is False.
convert_owner The ConvertOwner flag from IDocumentsContainerLoadOptions. Default is True.
default_font The default font for a PDF document. This font will be used if a font is missing.
depth The depth of the document container load options.
flatten_all_fields The flatten_all_fields property determines whether all fields of the PDF form are flattened.
font_substitutes The font substitutes used to replace specific fonts when converting a PDF document.
font_transformations The font transformations applied after document loading and font substitution, allowing modification of any fonts in the document, including those successfully loaded.
format The input document file type.
hide_pdf_annotations The property that hides annotations in PDF documents.
page_numbering The page numbering generation flag for the converted document (default: False).
password The password used to unprotect a protected document.
remove_embedded_files The option to remove embedded files.
remove_javascript The option to remove JavaScript.
reset_font_folders The flag that resets font folders before loading the document.

See Also