Click or drag to resize
Pdf Library for .NET

PdfFormFieldCheckBox Class

Class for a pdf form check box field.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfFormField
    SelectPdfPdfFormFieldCheckBox

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class PdfFormFieldCheckBox : PdfFormField

The PdfFormFieldCheckBox type exposes the following members.

Properties
  NameDescription
Public propertyChecked
Gets or sets a value that indicates if the check box field is checked or not.
Public propertyDisplayPage
Field page index (zero-based).
(Inherited from PdfFormField.)
Public propertyDisplayRectangle
Field rectangle.
(Inherited from PdfFormField.)
Public propertyFlatten
Gets or sets a value indicating whether to flatten this form field or not.
(Inherited from PdfFormField.)
Public propertyFullName
Fully qualified name of the pdf form field.
(Inherited from PdfFormField.)
Public propertyName
Name of the pdf form field.
(Inherited from PdfFormField.)
Public propertyReadOnly
Gets or sets a value indicating whether the field is read-only or not.
(Inherited from PdfFormField.)
Public propertyWidgets
The collection of widgets associated with the pdf field.
(Inherited from PdfFormField.)
Top
See Also