PdfFormCheckBox Constructor
Constructs a check box form fields
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public PdfFormCheckBox(
RectangleFloat box,
bool isChecked
)
Public Sub New (
box As RectangleFloat,
isChecked As Boolean
)
Parameters
- box RectangleFloat
- The check box control bounding box
- isChecked Boolean
- The checked state of the check box