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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public SaveFlag getSaveToFileFlags()

Return Value

Type: SaveFlag
The flags.
See Also