PdfFormField
Representing a form field in a PDF document.
public class PdfFormField
Public Class PdfFormField
Inheritance: ObjectPdfFormField
Derived: PdfButtonField, PdfChoiceField, PdfSignatureField, PdfTextField
Licensing Info
This class is a DynamicPDF Core Suite Essentials feature. 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
Align | Gets the text alignment for the field. |
BackgroundColor | Gets the background color of a form field. |
BorderColor | Gets the border color of a form field. |
BorderStyle | Gets the BorderStyle . |
ChildFields | Gets a collection of child form fields. |
Comb | Gets the comb flag status of the form field. |
Combo | Gets the combo flag status of the form field. |
CommitOnSelChange | Gets the commit on sel change flag status of the form field. |
DoNotScroll | Gets the do not scroll flag status of the form field. |
DoNotSpellCheck | Gets the do not spell check flag status of the form field. |
Edit | Gets the edit flag status of the form field. |
ExportValue | Gets the export value of the form field. |
ExportValues | Gets the export values of the form field. |
FileSelect | Gets the file select flag status of the form field. |
Font | Gets or Sets the font for the field. |
FontSize | Gets or Sets the fontsize for the field. |
FullName | Gets the full name of the form field. |
HasChildFields | Gets the type of the form field. |
Height | Gets the height of the form field. |
Multiline | Gets the multi line flag status of the form field. |
MultiSelect | Gets the multi select flag status of the form field. |
Name | Gets the partial name of the form field. |
NoExport | Gets the no export flag status of the form field. |
None | Gets the form field flags status of the form field. |
NoToggleToOff | Gets the no toggle to off flag status of the form field. |
Password | Gets the password flag status of the form field. |
Pushbutton | Gets the push button flag status of the form field. |
Radio | Gets the radio flag status of the form field. |
RadiosInUnison | Gets the radio in unison flag status of the form field. |
ReadOnly | Gets the read only flag status of the form field. |
Required | Gets the required flag status of the form field. |
RichText | Gets the rich text flag status of the form field. |
Rotate | Gets the angle of a form field. |
Sort | Gets the sort flag status of the form field. |
TextColor | Gets the color of the text for the field. |
Width | Gets the width of the form field. |
Methods
CreateLabel(Page, Single, Single, String) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
CreateLabel(Page, Single, Single, String, Font, Single) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
CreateLabel(Page, Single, Single, String, Font, Single, TextAlign) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
CreateLabel(Page, Single, Single, String, Font, Single, TextAlign, Color) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
CreateLabel(Page, String) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
CreateLabel(Page, String, Font, Single) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
CreateLabel(Page, String, Font, Single, TextAlign) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
CreateLabel(Page, String, Font, Single, TextAlign, Color) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetDefaultValue() | Gets the default value of the form field. |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetJavaScriptString() | Gets the type of the form field. |
GetOriginalPageNumber() | Returns the original page number of the form field in the original PDF document. |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
GetValue() | Gets the value of the form field. |
GetX(Page) | Returns the X coordinate of the form field on the given page. |
GetY(Page) | Returns the Y coordinate of the form field on the given page. |
HasJavaScript() | Gets the type of the form field. |
PositionPageElement(PageElement, Page) | Sets the position of a page element to the coordinates of the form field. |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |