HiQPdf Documentation

PdfFormAddCheckBox Method

Quickly Create High Quality PDFs
Creates a check box field in form

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfFormCheckBox AddCheckBox(
	PdfPage pdfPage,
	RectangleF boundingRectangle
)

Parameters

pdfPage
Type: HiQPdfPdfPage
The PDF page where to create the check box
boundingRectangle
Type: System.DrawingRectangleF
The check box field bounding rectangle

Return Value

Type: PdfFormCheckBox
The check box field created
See Also

Reference