Back to Devexpress

PdfAcroFormField Methods

officefileapi-devexpress-dot-pdf-dot-pdfacroformfield-dot-underscore-methods.md

latest4.2 KB
Original Source

PdfAcroFormField Methods

Represents the base class for all interactive form fields.

NameDescription
CreateCheckBox(String, Int32, PdfRectangle) staticCreates a check box field using the field name, page number, and a rectangle where the check box field will be located on a page.
CreateComboBox(String, Int32, PdfRectangle) staticCreates a combo box field using the field name, page number, and a rectangle where the combo box field will be located on a page.
CreateGroup(String) staticCreates a group form field using the field name.
CreateListBox(String, Int32, PdfRectangle) staticCreates a list box field using the field name, page number and a rectangle where the list box field will be located on a page.
CreateRadioGroup(String, Int32) staticCreates a radio group field using the field name, and page number.
CreateSignature(String, Int32, PdfRectangle) staticCreates a signature field using the field name, page number and a rectangle where a signature field will be located on a page.
CreateTextBox(String, Int32, PdfRectangle) staticCreates a text box field using the field name, page number, and a rectangle where a text box field will be located on a page.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfAcroFormField Class

PdfAcroFormField Members

DevExpress.Pdf Namespace