Skip to main content

PdfAcroFormCheckBoxField Methods

Represents a check box field.
Name Description
AddWidget(PdfRectangle) Adds a widget annotation related to the check box. The widget is added to the page where the form field is located.
AddWidget(Int32, PdfRectangle) Adds a widget annotation related to the check box. Allows you to specify a page to which the widget should be added.
ClearWidgets() Removes all additional widget annotations.
CreateCheckBox(String, Int32, PdfRectangle) static Creates a check box field using the field name, page number, and a rectangle where the check box field will be located on a page. Inherited from PdfAcroFormField.
CreateComboBox(String, Int32, PdfRectangle) static Creates a combo box field using the field name, page number, and a rectangle where the combo box field will be located on a page. Inherited from PdfAcroFormField.
CreateGroup(String) static Creates a group form field using the field name. Inherited from PdfAcroFormField.
CreateListBox(String, Int32, PdfRectangle) static Creates a list box field using the field name, page number and a rectangle where the list box field will be located on a page. Inherited from PdfAcroFormField.
CreateRadioGroup(String, Int32) static Creates a radio group field using the field name, and page number. Inherited from PdfAcroFormField.
CreateSignature(String, Int32, PdfRectangle) static Creates a signature field using the field name, page number and a rectangle where a signature field will be located on a page. Inherited from PdfAcroFormField.
CreateTextBox(String, Int32, PdfRectangle) static Creates a text box field using the field name, page number, and a rectangle where a text box field will be located on a page. Inherited from PdfAcroFormField.
Equals(Object, Object) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines 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