Creates a check box form field in PDF form of the PDF document

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfFormCheckBox AddCheckBox(
	PdfPage pdfPage,
	RectangleF box
)
Visual Basic
Public Function AddCheckBox ( 
	pdfPage As PdfPage,
	box As RectangleF
) As PdfFormCheckBox
Visual C++
public:
PdfFormCheckBox^ AddCheckBox(
	PdfPage^ pdfPage, 
	RectangleF box
)

Parameters

pdfPage
Type: EvoPdf..::..PdfPage
The PDF page in which to place the check box control
box
Type: System.Drawing..::..RectangleF
The check box control bounding box

Return Value

Type: PdfFormCheckBox
The created check box field

See Also