Click or drag to resize

PdfCheckBoxField Class

Represents a check box that toggles between two states, on and off.
Inheritance Hierarchy

Namespace:  Patagames.Pdf.Net.AcroForms
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public class PdfCheckBoxField : PdfButtonField

The PdfCheckBoxField type exposes the following members.

Constructors
  NameDescription
Public methodPdfCheckBoxField
Create new checkbox field and add it into interactive forms.
Top
Properties
  NameDescription
Public propertyExportValues
Gets a collection of text strings representing the export value of each PdfControl in this field.
Top
Methods
  NameDescription
Public methodCheck(Boolean)
Toggle Checkbox
Public methodCheck(Int32, Boolean)
Toggle Checkbox
Top
See Also