 | 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
Syntaxpublic class PdfCheckBoxField : PdfButtonField
Public Class PdfCheckBoxField
Inherits PdfButtonField
public ref class PdfCheckBoxField : public PdfButtonField
type PdfCheckBoxField =
class
inherit PdfButtonField
end
public class PdfCheckBoxField extends PdfButtonField
Patagames.Pdf.Net.AcroForms.PdfCheckBoxField = function();
Type.createClass(
'Patagames.Pdf.Net.AcroForms.PdfCheckBoxField',
Patagames.Pdf.Net.AcroForms.PdfButtonField);
The PdfCheckBoxField type exposes the following members.
Constructors
| Name | Description |
---|
 | PdfCheckBoxField |
Create new checkbox field and add it into interactive forms.
|
Top
Properties
| Name | Description |
---|
 | ExportValues |
Gets a collection of text strings representing the export value of each PdfControl in this field.
|
Top
Methods
See Also