PdfFormAddCheckBox(PdfPage, RectangleFloat) Method

Creates a check box field in form

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfFormCheckBox AddCheckBox(
	PdfPage pdfPage,
	RectangleFloat boundingRectangle
)

Parameters

pdfPage  PdfPage
The PDF page where to create the check box
boundingRectangle  RectangleFloat
The check box field bounding rectangle

Return Value

PdfFormCheckBox
The check box field created

See Also