SaveOptions class

SaveOptions class

Allows to specify additional options (such as password) when saving a document.

The SaveOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the SaveOptions class.

Properties

Property Description
clone_metadata_type Gets or sets a value indicating whether to clone metadata to target document or not.
file_author_metadata Used when MetadataType is set to FileAuthor.
password Gets or sets the password for result document.
folder_path Gets or sets the folder path for saving result images(For Imaging Comparison only).

See Also