The Widget type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Widget()()()() |
Create a new PDF form field Widget.
| |
| Widget(Double, Double, Double, Double) |
Create a new PDF form field Widget.
|
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept this annotation.
(Overrides Annotation..::..Accept(AnnotationVisitor, Object).) | |
| BeginUpdate |
This method can be used to begin a properties bulk updat .
(Inherited from Annotation.) | |
| EndUpdate |
This method can be used to end the properties bulk update.
(Inherited from Annotation.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Flatten(Canvas) |
Flatten the annotation as static content to the given canvas.
(Inherited from Annotation.) | |
| Flatten(Canvas, Boolean) |
Flatten the annotation as static content to the given canvas.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| TestOverflow |
Determines whether a given text will "overflow", i.e. whether scrolling is needed
to display the entire text.
| |
| ToString |
Obtains the String representation of this instance.
(Overrides Object..::..ToString()()()().) | |
| UpdateAppearance |
This updates the appearance of this widget.
|
Properties
| Name | Description | |
|---|---|---|
| BackgroundColor |
The background color of this widget.
| |
| BorderColor |
The color of the border of this widget.
(Overrides Annotation..::..BorderColor.) | |
| BorderStyle |
The border style of this annotation.
(Inherited from Annotation.) | |
| BorderWidth |
The width in points of the border of this annotation.
(Inherited from Annotation.) | |
| Bottom |
Position of annotation's bottom edge.
(Inherited from Annotation.) | |
| Field |
The associated Field.
| |
| Font |
The text font.
| |
| FontSize |
The font size.
| |
| GotFocusActions |
The actions executed when the widget recieves the input focus.
| |
| Height |
Height of this annotation.
(Inherited from Annotation.) | |
| HorizontalAlignment |
The horiontal text alignment
| |
| Invisible |
This annotation will not be visible in the pdf-viewer.
(Overrides Annotation..::..Invisible.) | |
| Left |
Position of annotation's left edge.
(Inherited from Annotation.) | |
| Locked |
Specifies if the annotations properties are locked in a viewer application.
(Inherited from Annotation.) | |
| LostFocusActions |
The actions executed when the widget loses the input focus.
| |
| MouseDownActions |
The actions executed when a mouse/pointing device goes down in the widget.
| |
| MouseEnterActions |
The actions executed when a mouse/pointing device enters the widget.
| |
| MouseExitActions |
The actions executed when a mouse/pointing device leaves the widget.
| |
| MouseUpActions |
The actions executed when a mouse/pointing device goes up.
| |
| Orientation |
Orientation of this widget in degrees. Default is Rotate0.
| |
| Page |
The associated page.
(Inherited from Annotation.) | |
| Persistency |
The widget's persistency when this document is written.
| |
This annotation will be visible on a printout.
(Inherited from Annotation.) | ||
| Right |
Position of annotation's right edge.
(Inherited from Annotation.) | |
| TabOrder |
Retrieve the tab-order for this annotation.
(Inherited from Annotation.) | |
| TextColor |
The text color
| |
| Top |
Position of annotation's top edge.
(Inherited from Annotation.) | |
| VerticalAlignment |
The vertical text aligment
| |
| Width |
Width of this annotation.
(Inherited from Annotation.) |