Class Annotations.WidgetAnnotation
Extends
Annotations.Annotation.
Represents an extendable Widget annotation. These annotations contain a field value
Constructor Attributes | Constructor Name and Description |
---|---|
Creates a new instance of WidgetAnnotation.
|
Field Attributes | Field Name and Description |
---|---|
Gets or sets the default field value of the widget annotation.
|
|
Gets or sets the field name of the widget annotation.
|
|
Gets or sets the field value of the widget annotation.
|
|
Gets or sets whether the form field is not exported.
|
|
Gets or sets whether the form field is read-only.
|
|
Gets or sets whether the form field is required.
|
- Fields borrowed from class Annotations.Annotation:
- Height, MirroredHorizontally, MirroredVertically, NoMove, NoResize, NoZoom, PageNumber, Subject, UsePageCoordinates, Width, X, Y
- Methods borrowed from class Annotations.Annotation:
- GetHeight, GetMirroredHorizontally, GetMirroredVertically, GetPageNumber, GetPopupComment, GetWidth, GetX, GetY, SetHeight, SetMirroredHorizontally, SetMirroredVertically, SetPageNumber, SetPopupComment, SetWidth, SetX, SetY
- Events borrowed from class Annotations.Annotation:
- draw
Field Detail
{string}
DefaultValue
Gets or sets the default field value of the widget annotation.
{string}
FieldName
Gets or sets the field name of the widget annotation.
{string}
FieldValue
Gets or sets the field value of the widget annotation.
{boolean}
NoExport
Gets or sets whether the form field is not exported.
{boolean}
ReadOnly
Gets or sets whether the form field is read-only.
{boolean}
Required
Gets or sets whether the form field is required.