SaveOptions Class |
Namespace: GroupDocs.Signature.Options
The SaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | SaveOptions |
Initializes a new instance of SaveOptions class with default values.
|
![]() | SaveOptions(Boolean) |
Initializes a new instance of SaveOptions class with specified output type and overwrite flag.
|
Name | Description | |
---|---|---|
![]() | AddMissingExtenstion |
Gets or sets flag to automatically add extension when it was missing in output file path
Default value is false.
|
![]() | OverwriteExistingFiles |
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.
|
![]() | Password |
Gets or sets password to save signed document with password protection.
This property is not supported for Image documents.
|
![]() | UseOriginalPassword |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |