| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic WidgetFlag getWidgetFlags()
Public Function getWidgetFlags As WidgetFlag
public:
WidgetFlag getWidgetFlags()
member getWidgetFlags : unit -> WidgetFlag
Return Value
Type:
WidgetFlagThe annotation flags of the widget.
See Also