PdfFormAddCheckBox Method

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

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public PdfFormCheckBox AddCheckBox(
	PdfPage pdfPage,
	RectangleF box
)

Parameters

pdfPage  PdfPage
The PDF page in which to place the check box control
box  RectangleF
The check box control bounding box

Return Value

PdfFormCheckBox
The created check box field

See Also