PresentationSaveOptions

PresentationSaveOptions()

Initializes a new instance of PresentationSaveOptions class with default values.

public PresentationSaveOptions()

See Also


PresentationSaveOptions(PresentationSaveFileFormat)

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

public PresentationSaveOptions(PresentationSaveFileFormat fileFormat)
Parameter Type Description
fileFormat PresentationSaveFileFormat Output file type PresentationSaveFileFormat.

See Also


PresentationSaveOptions(bool)

Initializes a new instance of PresentationSaveOptions class with specified output type and overwrite flag.

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

See Also


PresentationSaveOptions(PresentationSaveFileFormat, bool)

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

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

See Also