PdfSaveOptions

PdfSaveOptions()

Initializes a new instance of PdfSaveOptions class with default values.

public PdfSaveOptions()

See Also


PdfSaveOptions(PdfSaveFileFormat)

Initializes a new instance of PdfSaveOptions class with specified output file format.

public PdfSaveOptions(PdfSaveFileFormat fileFormat)
Parameter Type Description
fileFormat PdfSaveFileFormat Output file type PdfSaveFileFormat.

See Also


PdfSaveOptions(bool)

Initializes a new instance of PdfSaveOptions class with overwrite flag.

public PdfSaveOptions(bool overwriteExistingFile)
Parameter Type Description
overwriteExistingFile Boolean Flag whether to overwrite signed file with same file.

See Also


PdfSaveOptions(PdfSaveFileFormat, bool)

Initializes a new instance of PdfSaveOptions class with specified output file format and overwrite flag.

public PdfSaveOptions(PdfSaveFileFormat fileFormat, bool overwriteExistingFile)
Parameter Type Description
fileFormat PdfSaveFileFormat Output file type PdfSaveFileFormat.
overwriteExistingFile Boolean Flag whether to overwrite signed file with same file.

See Also