CompressionLoadOptions class

CompressionLoadOptions class

Options for loading compression documents.

The CompressionLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of CompressionLoadOptions class.

Properties

Property Description
convert_owned The ConvertOwned property indicates that owned documents will be converted; it is read‑only and always set to True.
convert_owner The ConvertOwner property is read‑only and is always set to False; the document owner will not be converted.
depth The depth of the documents container load options. Implements IDocumentsContainerLoadOptions.depth. Default: 3.
format The input document file type.
password The password used to load a protected document.

See Also