Represents a check box in a PDF form

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public class PdfFormCheckBox : PdfFormField
Visual Basic
Public Class PdfFormCheckBox
	Inherits PdfFormField
Visual C++
public ref class PdfFormCheckBox : public PdfFormField

Inheritance Hierarchy

System..::..Object
  EvoPdf..::..PdfFormField
    EvoPdf..::..PdfFormCheckBox

See Also