PdfFormAddCheckBox Method
Creates a check box form field in PDF form of the PDF document
Namespace: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 14.0.0
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