ExportImageSaveOptions

ExportImageSaveOptions class

Save options for exporting documents to image.

public class ExportImageSaveOptions : ImageSaveOptions

Constructors

Name Description
ExportImageSaveOptions() Initializes a new instance of ExportAsImageSaveOptions class with default values.
ExportImageSaveOptions(ImageSaveFileFormat) Initializes a new instance of ExportAsImageSaveOptions class with specified file format.

Properties

Name Description
AddMissingExtenstion { get; set; } Gets or sets flag to automatically add extension when it was missing in output file path Default value is false.
Border { get; set; } Gets or sets the image border settings. By default this value is not set.
ExportAllPages { get; set; } Flag to export each page.
FileFormat { get; set; } Gets or sets file format of signed document.
OverwriteExistingFiles { get; set; } Gets or sets whether to overwrite existing file with new output file. Otherwise new file will be created with number as suffix. By default this value set to true that means file will be overwritten.
PageColumns { get; set; } Gets or sets number of columns for exported images. Use this property if you need put images in a row.
PageNumber { get; set; } Gets or sets document page number for export. Minimal value is 1.
PagesSetup { get; set; } Options to specify pages to be signed.
Password { get; set; } Gets or sets password to save signed document with password protection. This property is not supported for Image documents.
TiffMultipage { get; set; } Put document pages on different frames in Tiff image.
UseOriginalPassword { get; set; } Gets or sets whether to use password from LoadOptions to save signed document as protected. Default value is true. This property is not supported for Image documents.

See Also