HiQPdf Documentation

PdfFormCheckBox Constructor

HiQPdf Client for .NET Core
Constructs a check box form fields

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfFormCheckBox(
	RectangleFloat box,
	bool isChecked
)

Parameters

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

Reference