The SignatureWidget type exposes the following members.

Constructors

  NameDescription
Public methodSignatureWidget()()()()
Create a new PDF form field Signature Widget.
Public methodSignatureWidget(Double, Double, Double, Double)
Create a new PDF form field Signature Widget.

Methods

  NameDescription
Public methodAccept
Accept this annotation.
(Overrides Widget..::..Accept(AnnotationVisitor, Object).)
Public methodBeginUpdate
This method can be used to begin a properties bulk updat .
(Inherited from Annotation.)
Public methodEndUpdate
This method can be used to end the properties bulk update.
(Inherited from Annotation.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlatten(Canvas)
Flatten the annotation as static content to the given canvas.
(Inherited from Annotation.)
Public methodFlatten(Canvas, Boolean)
Flatten the annotation as static content to the given canvas.
(Inherited from Widget.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodTestOverflow
Determines whether a given text will "overflow", i.e. whether scrolling is needed to display the entire text.
(Inherited from Widget.)
Public methodToString
Obtains the String representation of this instance.
(Inherited from Widget.)
Public methodUpdateAppearance
This updates the appearance of this widget.
(Inherited from Widget.)

Properties

  NameDescription
Public propertyBackgroundColor
The background color of this widget.
(Inherited from Widget.)
Public propertyBorderColor
The color of the border of this widget.
(Inherited from Widget.)
Public propertyBorderStyle
The border style of this annotation.
(Inherited from Annotation.)
Public propertyBorderWidth
The width in points of the border of this annotation.
(Inherited from Annotation.)
Public propertyBottom
Position of annotation's bottom edge.
(Inherited from Annotation.)
Public propertyField
The associated Field.
(Inherited from Widget.)
Public propertyFont
The text font.
(Inherited from Widget.)
Public propertyFontSize
The font size.
(Inherited from Widget.)
Public propertyGotFocusActions
The actions executed when the widget recieves the input focus.
(Inherited from Widget.)
Public propertyHeight
Height of this annotation.
(Inherited from Annotation.)
Public propertyHorizontalAlignment
The horiontal text alignment
(Inherited from Widget.)
Public propertyInvisible
This annotation will not be visible in the pdf-viewer.
(Inherited from Widget.)
Public propertyLeft
Position of annotation's left edge.
(Inherited from Annotation.)
Public propertyLocked
Specifies if the annotations properties are locked in a viewer application.
(Inherited from Annotation.)
Public propertyLostFocusActions
The actions executed when the widget loses the input focus.
(Inherited from Widget.)
Public propertyMouseDownActions
The actions executed when a mouse/pointing device goes down in the widget.
(Inherited from Widget.)
Public propertyMouseEnterActions
The actions executed when a mouse/pointing device enters the widget.
(Inherited from Widget.)
Public propertyMouseExitActions
The actions executed when a mouse/pointing device leaves the widget.
(Inherited from Widget.)
Public propertyMouseUpActions
The actions executed when a mouse/pointing device goes up.
(Inherited from Widget.)
Public propertyOrientation
Orientation of this widget in degrees. Default is Rotate0.
(Inherited from Widget.)
Public propertyPage
The associated page.
(Inherited from Annotation.)
Public propertyPersistency
The widget's persistency when this document is written.
(Inherited from Widget.)
Public propertyPrint
This annotation will be visible on a printout.
(Inherited from Annotation.)
Public propertyRight
Position of annotation's right edge.
(Inherited from Annotation.)
Public propertySignedAppearance
The appearance settings that will be used during signing.
Public propertyTabOrder
Retrieve the tab-order for this annotation.
(Inherited from Annotation.)
Public propertyTextColor
The text color
(Inherited from Widget.)
Public propertyTop
Position of annotation's top edge.
(Inherited from Annotation.)
Public propertyVerticalAlignment
The vertical text aligment
(Inherited from Widget.)
Public propertyWidth
Width of this annotation.
(Inherited from Annotation.)

See Also