PDFVisualSignatureField¶
Namespace: O2S.Components.PDF4NET.View.Forms
Defines a signature field that is displayed in a PDFDocumentView control.
Inheritance Object → PDFVisualField → PDFVisualSignatureField
Constructors¶
PDFVisualSignatureField(PDFSignatureField)¶
Initializes a new PDFVisualSignatureField object.
Parameters
field PDFSignatureField
The underlying field object.
Properties¶
AlternateName¶
Gets or sets the field alternate name.
Property Value
String
An alternate field name that shall be used in place of the actual field name
wherever the field shall be identified in the user interface.
CalculateAction¶
Gets or sets the calculate action.
Property Value
PDFJavaScriptAction
A that shall be performed to recalculate the value
of this field when that of another field changes.
DefaultValue¶
Gets or sets the field default value.
Property Value
Object
The field's default value.
Export¶
Gets or sets a value indicating whether the field can be exported or not.
Property Value
Boolean
If true, the field shall be exported by a submit-form action.
Field¶
Gets the underlying PDF field.
Property Value
PDFField
The corresponding non-visual object.
FormatAction¶
Gets or sets the format action.
Property Value
PDFJavaScriptAction
A that shall be performed before
the field is formatted to display its value.
KeyPressAction¶
Gets or sets the keypress action.
Property Value
PDFJavaScriptAction
A that shall be performed when the user modifies a character
in a text field or combo box or modifies the selection in a scrollable list box.
LockFieldAction¶
Gets or sets the lock field action.
Property Value
PDFSignatureLockFieldAction
The lock field action that is executed when the signature field is signed.
MappingName¶
Gets or sets the field mapping name.
Property Value
String
The mapping name that shall be used when exporting interactive form field data from the document.
Name¶
Gets or sets the field name.
Property Value
String
The name of the field.
Exceptions
ArgumentException
Thrown when the name is not valid (null, empty, unsupported characters).
ReadOnly¶
Gets or sets a value indicating whether the field is read-only.
Property Value
Boolean
If true, the user may not change the value of the field.
Any associated widget annotations will not interact with the user;
that is, they will not respond to mouse clicks or change their
appearance in response to mouse motions.
Required¶
Gets or sets a value indicating whether the field is required.
Property Value
Boolean
If true, the field shall have a value at the time
it is exported by a submit-form action
Signature¶
Gets or sets the digital signature.
Property Value
PDFBaseDigitalSignature
The digital signature that signs the document.
SignatureField¶
Gets the associated signature field.
Property Value
PDFSignatureField
The corresponding non-visual signature field.
TextDirection¶
Gets or sets the text direction.
Property Value
PDFTextDirection
A enum member specifying the direction of the text displayed in the field.
Type¶
Gets the field type.
Property Value
PDFFieldType
The field type.
ValidateAction¶
Gets or sets the validate action.
Property Value
PDFJavaScriptAction
A that shall be performed when the field's value is changed.
This action may check the new value for validity.
Value¶
Gets or sets the field value.
Property Value
Object
The field value.
VisualWidgets¶
Gets the collection of visual widgets for this field.
Property Value
PDFVisualFieldWidgetCollection
A collection of PDFVisualFieldWidget objects representing the field instances in a PDFDocumentView control.