HiQPdf Documentation

PdfFormAddCheckBox Method (PdfPage, RectangleFloat)

HiQPdf Client for .NET Core
Creates a check box field in form

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfFormCheckBox AddCheckBox(
	PdfPage pdfPage,
	RectangleFloat boundingRectangle
)

Parameters

pdfPage
Type: HiQPdfClientPdfPage
The PDF page where to create the check box
boundingRectangle
Type: HiQPdfClientRectangleFloat
The check box field bounding rectangle

Return Value

Type: PdfFormCheckBox
The check box field created
See Also

Reference