SaveOptions

SaveOptions class

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

public class SaveOptions

Constructors

Name Description
SaveOptions() Initializes a new instance of the SaveOptions class.

Properties

Name Description
CloneMetadataType { get; set; } Gets or sets a value indicating whether to clone metadata to target document or not.
FileAuthorMetadata { get; set; } Used when MetadataType is set to FileAuthor.
FolderPath { get; set; } Gets or sets the folder path for saving result images(For Imaging Comparison only).
Password { get; set; } Gets or sets the password for result document.

See Also