| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setWidgetFlags(
WidgetFlag flags
)
Public Sub setWidgetFlags (
flags As WidgetFlag
)
public:
void setWidgetFlags(
WidgetFlag flags
)
member setWidgetFlags :
flags : WidgetFlag -> unit
Parameters
- flags
- Type: de.softpro.signdocsdk.Enums.EFieldWidgetFlag
The annotation flags of the widget.
See Also