EVO PDF Logo

PdfFormCheckBox Constructor

EVO PDF Client for .NET Core
Constructs a check box form fields

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public PdfFormCheckBox(
	RectangleFloat box,
	bool isChecked
)

Parameters

box
Type: EvoPdfClientRectangleFloat
The check box control bounding box
isChecked
Type: SystemBoolean
The checked state of the check box
See Also

Reference