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.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public SaveFlag getRequiredSaveToFileFlags()

Return Value

Type: SaveFlag
The flags.
See Also