WordProcessingSaveOptions

WordProcessingSaveOptions()

Initializes a new instance of WordProcessingSaveOptions class with default values.

public WordProcessingSaveOptions()

See Also


WordProcessingSaveOptions(WordProcessingSaveFileFormat)

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

public WordProcessingSaveOptions(WordProcessingSaveFileFormat fileFormat)
Parameter Type Description
fileFormat WordProcessingSaveFileFormat Output file type WordProcessingSaveFileFormat.

See Also


WordProcessingSaveOptions(bool)

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

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

See Also


WordProcessingSaveOptions(WordProcessingSaveFileFormat, bool)

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

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

See Also