AcroForm Import

The DocumentServer contains the DocumentServer.PDF namespace that contains the DocumentServer.PDF.Forms class. Using the DocumentServer.PDF.Forms.GetAcroFormFields method, an array of DocumentServer.PDF.AcroForms.FormField objects can be extracted from a given Adobe PDF document. Typically, this is used to read form field values of PDF documents that have been filled out by users.

Classes

Class Description
TXTextControl.DocumentServer.PDF.AcroForms.FormButton The FormButton class implements the Adobe PDF AcroForms button field.
TXTextControl.DocumentServer.PDF.AcroForms.FormCheckBox The FormCheckBox class implements the Adobe PDF AcroForms check box field.
TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField The FormChoiceField class implements the base class for Adobe PDF AcroForms form choice fields.
TXTextControl.DocumentServer.PDF.AcroForms.FormComboBox The FormComboBox class implements the Adobe PDF AcroForms combo box field.
TXTextControl.DocumentServer.PDF.AcroForms.FormField The FormField class implements the base class for the Adobe PDF AcroForms form fields.
TXTextControl.DocumentServer.PDF.AcroForms.FormListBox The FormListBox class implements the Adobe PDF AcroForms list box field.
TXTextControl.DocumentServer.PDF.AcroForms.FormRadioButton The FormRadioButton class implements the Adobe PDF AcroForms radio button field.
TXTextControl.DocumentServer.PDF.AcroForms.FormTextField The FormTextField class implements the Adobe PDF AcroForms form text field.
TXTextControl.DocumentServer.PDF.Contents.ContentLine The ContentLine class implements the text coordinates in a PDF document.
TXTextControl.DocumentServer.PDF.Contents.Lines The Lines class implements functionality to find DocumentServer.PDF.Contents.ContentLine objects in a PDF document.
TXTextControl.DocumentServer.PDF.Forms The Forms class implements PDF specific methods.

Constructors

Constructor Description
TXTextControl.DocumentServer.PDF.AcroForms.FormButton Initializes a new instance of the FormButton class.
TXTextControl.DocumentServer.PDF.AcroForms.FormCheckBox Initializes a new instance of the FormCheckBox class.
TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField Initializes a new instance of the FormChoiceField class.
TXTextControl.DocumentServer.PDF.AcroForms.FormComboBox Initializes a new instance of the FormComboBox class.
TXTextControl.DocumentServer.PDF.AcroForms.FormField Initializes a new instance of the FormField class.
TXTextControl.DocumentServer.PDF.AcroForms.FormListBox Initializes a new instance of the FormListBox class.
TXTextControl.DocumentServer.PDF.AcroForms.FormRadioButton Initializes a new instance of the FormRadioButton class.
TXTextControl.DocumentServer.PDF.AcroForms.FormTextField Initializes a new instance of the FormTextField class.
TXTextControl.DocumentServer.PDF.Contents.ContentLine Initializes a new instance of the ContentLine class.
TXTextControl.DocumentServer.PDF.Contents.Lines Initializes a new DocumentServer.PDF.Contents.Lines class.
TXTextControl.DocumentServer.PDF.Forms Initializes a new instance of the Forms class.

Methods

Method Description
TXTextControl.DocumentServer.PDF.Contents.Lines.Find Performs a search in the DocumentServer.PDF.Contents.Lines.ContentLines list using a string value, a regular expression or by performing a search in a geometric location.
TXTextControl.DocumentServer.PDF.Forms.GetAcroFormFields Imports AcroFormFields from an Adobe PDF document.

Properties

Property Description
TXTextControl.DocumentServer.PDF.AcroForms.FormCheckBox.IsChecked Specifies whether the check box is checked or not.
TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField.Options Gets or sets the option elements of a choice field.
TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField.CanEdit Specifies whether a field can be edited.
TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField.Sort Specifies whether the list can be sorted.
TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField.MultiSelect Specifies whether multiple options can be selected.
TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField.DoNotSpellCheck Specifies whether spell checking is enabled or not.
TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField.CommitOnSelChange Specifies whether the form is submitted when the selected is changed.
TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField.Value Gets or sets the selected value of a choice list.
TXTextControl.DocumentServer.PDF.AcroForms.FormField.FieldName Gets or sets the name of the field.
TXTextControl.DocumentServer.PDF.AcroForms.FormField.AlternateFieldName Gets or sets the alternate field name of the field.
TXTextControl.DocumentServer.PDF.AcroForms.FormField.FieldType Gets or sets the type of the field.
TXTextControl.DocumentServer.PDF.AcroForms.FormField.Bounds Gets or sets the rectangle bounds of the form field in the document.
TXTextControl.DocumentServer.PDF.AcroForms.FormTextField.Value Gets or sets the value of the form text field.
TXTextControl.DocumentServer.PDF.Contents.ContentLine.Page Returns the page number that contains the line.
TXTextControl.DocumentServer.PDF.Contents.ContentLine.X Returns the horizontal coordinate of the line in Points.
TXTextControl.DocumentServer.PDF.Contents.ContentLine.Y Returns the vertical coordinate of the line in Points.
TXTextControl.DocumentServer.PDF.Contents.ContentLine.Width Returns the width of the line in Points.
TXTextControl.DocumentServer.PDF.Contents.ContentLine.Height Returns the height of the line in Points.
TXTextControl.DocumentServer.PDF.Contents.ContentLine.Text Returns the text of the line.
TXTextControl.DocumentServer.PDF.Contents.ContentLine.Rectangle Returns the rectangle bounds of the line.
TXTextControl.DocumentServer.PDF.Contents.Lines.ContentLines Returns a list of DocumentServer.PDF.Contents.ContentLine objects in the PDF document.