PdfFormCheckBox Constructor

Constructs a check box form fields

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public PdfFormCheckBox(
	RectangleFloat box,
	bool isChecked
)

Parameters

box  RectangleFloat
The check box control bounding box
isChecked  Boolean
The checked state of the check box

See Also