Winnovative Logo

PdfFormCheckBox Constructor

Winnovative Client for .NET Framework
Constructs a check box form fields

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient (in WinnovativeClient.dll) Version: 17.0.0.0 (17.0.0.0)
Syntax

public PdfFormCheckBox(
	RectangleFloat box,
	bool isChecked
)

Parameters

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

Reference