Class PdfFormCheckBox
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
Represents a check box in a PDF form
[ClassInterface(ClassInterfaceType.AutoDual)]
public class PdfFormCheckBox : PdfFormField
- Inheritance
-
PdfFormCheckBox
- Inherited Members
Properties
Checked
The initial status of the PDF form check box control
public bool Checked { get; set; }