PdfFormAddCheckBox Method

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

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public void AddCheckBox(
	PdfPage pdfPage,
	PdfFormCheckBox checkBox
)

Parameters

pdfPage  PdfPage
The PDF page in which to place the check box control
checkBox  PdfFormCheckBox
The check box field to add

See Also