PdfFormAddCheckBox Method

Creates a check box field in form

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 17.0.0
C#
public PdfFormCheckBox AddCheckBox(
	PdfPage pdfPage,
	RectangleF boundingRectangle
)

Parameters

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

Return Value

PdfFormCheckBox
The check box field created

See Also