EVO HTML to PDF Converter

PdfFormCheckBox Constructor

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

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_NetCore (in EvoHtmlToPdfClient_NetCore.dll) Version: 9.0.0
Syntax

public PdfFormCheckBox(
	RectangleFloat box,
	bool isChecked
)

Parameters

box
Type: EvoPdf.HtmlToPdfClientRectangleFloat
The check box control bounding box
isChecked
Type: SystemBoolean
The checked state of the check box
See Also

Reference