Gets or sets the set of flags specifying various characteristics
of the widget.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfWidgetFlags Flags { get; set; }
VB
Public Property Flags As PdfWidgetFlags
Get
Set
Property Value
Type:
PdfWidgetFlagsThe set of flags specifying various characteristics
of the widget.
See Also