SaveOptions

SaveOptions()

Initializes a new instance of SaveOptions class with default values.

public SaveOptions()

See Also


SaveOptions(bool)

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

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

See Also