The initial status of the PDF form check box control
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool Checked { get; set; } |
| Visual Basic |
|---|
Public Property Checked As Boolean Get Set |
| Visual C++ |
|---|
public: property bool Checked { bool get (); void set (bool value); } |