Click or drag to resize
SignDocDocumentgetSaveToFileFlags Method
Get all flags currently valid for saveToFile(). Note that #sf_incremental cannot be used together with #sf_linearized even if all these flags are returned by this function. sf_pdfa_buttons is returned only if the document claims to be PDF/A-compliant.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public SaveFlag getSaveToFileFlags()

Return Value

Type: SaveFlag
The flags.
See Also