PdfFormAddCheckBox(PdfPage, PdfFormCheckBox) Method

Adds an existing check box field in form

Definition

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

Parameters

pdfPage  PdfPage
The PDF page where to add the check box
checkBox  PdfFormCheckBox
The check box field to add

See Also