EVO HTML to PDF Converter

PdfFormCheckBox Constructor

Winnovative Client for Windows Universal Platform Documentation
Constructs a check box form fields

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient_UWP (in WnvHtmlToPdfClient_UWP.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public PdfFormCheckBox(
	RectangleFloat box,
	bool isChecked
)

Parameters

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

Reference