SaveOptionsOverwriteExistingFiles Property |
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.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic bool OverwriteExistingFiles { get; set; }
Public Property OverwriteExistingFiles As Boolean
Get
Set
public:
property bool OverwriteExistingFiles {
bool get ();
void set (bool value);
}
member OverwriteExistingFiles : bool with get, set
Property Value
Type:
Boolean
See Also