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. |