SignatureField
Base class representing a signature field.
public abstract class SignatureField : FormField
Public MustInherit Class SignatureField
Inherits FormField
Inheritance: ObjectResourceFormFieldSignatureField
Licensing Info
Basic usage of this class is a DynamicPDF Core Suite Essentials feature. However, some properties or methods require full licensing and are noted accordingly. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF Core Suite for .NET v12.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Properties
AlternateName | Gets or sets the alternate name of the form field. (Inherited from FormField) |
BackgroundColor | Gets the background color of a form field. (Inherited from FormField) |
BorderColor | Gets the border color of a form field. (Inherited from FormField) |
BorderStyle | Gets the BorderStyle . (Inherited from FormField) |
ChildFields | Gets a collection of child form fields. (Inherited from FormField) |
Font | Gets or Sets the font for the field. (Inherited from FormField) |
FontSize | Gets or Sets the font size for the field. (Inherited from FormField) |
Form | Gets the form containing this form field. (Inherited from FormField) |
FullName | Gets the full name of the form field. (Inherited from FormField) |
HasChildFields | Gets a value indicating if there are child form fields. (Inherited from FormField) |
HasValue | Gets a value indicating if the form field has a value. (Inherited from FormField) |
InheritsName | Gets a value indicating if the form field inherits its name. (Inherited from FormField) |
InheritsValue | Gets a value indicating if the form field inherits its value. (Inherited from FormField) |
IsReadOnly | Gets or sets a value indicating if the form field is read only. (Inherited from FormField) |
MappingName | Gets or sets the mapping name of the form field. (Inherited from FormField) |
Name | Gets or sets the name of the form field. (Inherited from FormField) |
Output | Gets or Sets output options for the field. (Inherited from FormField) |
Parent | Gets the parent form field. (Inherited from FormField) |
RequiredPdfObjects | Gets the number of PDF objects required by the form field. (Inherited from FormField) |
ResourceType | Gets the resource type. (Inherited from FormField) |
Rotate | Gets the angle of a form field. (Inherited from FormField) |
TabOrder | Gets Tab Order for the field. (Inherited from FormField) |
TextColor | Gets the color of the text for the field. (Inherited from FormField) |
Uid | Gets the unique ID of the resource. (Inherited from Resource) |
UseSubstituteFont | Gets or Sets whether to use SubstituteFont if the Font assigned is not found. (Inherited from FormField) |
Value | Gets or sets the value of the form field. (Inherited from FormField) |
Methods
Draw(DocumentWriter) | Draws the form field to the given DocumentWriter object. (Inherited from FormField) |
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |