Click or drag to resize
SignDocFieldgetWidgetFlags Method
Get the annotation flags of the widget, see wf_Invisible. The default value is wf_Print. The annotation flags are used for PDF documents only. Currently, the semantics of the annotation flags are ignored by this software (ie, the flags are stored in the document, but they don't have any meaning to this software).

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

Return Value

Type: WidgetFlag
The annotation flags of the widget.
See Also