Click or drag to resize
SignDocFieldsetWidgetFlags Method
Set 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 void setWidgetFlags(
	WidgetFlag flags
)

Parameters

flags
Type: de.softpro.signdocsdk.Enums.EFieldWidgetFlag
The annotation flags of the widget.
See Also