Skip to main content

PdfAcroFormCheckBoxField Properties

Represents a check box field.
Name Description
Appearance Specifies the appearance settings for the interactive form field. Inherited from PdfAcroFormVisualField.
ButtonStyle Specifies a button style which is applied to a check box field.
ExportValue Specifies an export value of a check box field.
IsChecked Gets or sets whether a check box is checked.
Name Specifies the interactive form field name. Inherited from PdfAcroFormField.
PageNumber Specifies page number where the interactive form field will be created. Inherited from PdfAcroFormVisualField.
Print Specifies whether the current form field is printed. Inherited from PdfAcroFormVisualField.
ReadOnly Gets or sets whether the interactive form field allows edit operations. Inherited from PdfAcroFormVisualField.
Rectangle Specifies a rectangle inside which an interactive form field is located on a page. Inherited from PdfAcroFormCommonVisualField.
Required Gets or sets the required status of the interactive form field. Inherited from PdfAcroFormVisualField.
Rotation Specifies the rotation to apply to interactive form field. Inherited from PdfAcroFormVisualField.
ShouldGeneratePressedAppearance Specifies whether to generate a down appearance that will appear in a check box when the mouse button is pressed within the check box area.
TextAlignment Specifies the horizontal alignment of the interactive form field’s text. Inherited from PdfAcroFormCommonVisualField.
ToolTip Specifies the form field’s tooltip text. Inherited from PdfAcroFormField.
Visible Specifies whether the form field is visible on the page. Inherited from PdfAcroFormVisualField.
See Also