Click or drag to resize
SignDocDocumentgetRequiredSaveToFileFlags Method
Get all flags currently required for saveToFile(). This function currently returns #sf_incremental (saving the document non-incrementally would destroy existing signatures) or 0 (the document may be saved non-incrementally).

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public SaveFlag getRequiredSaveToFileFlags()

Return Value

Type: SaveFlag
The flags.
See Also