PdfFormAddCheckBox(PdfPage, PdfFormCheckBox) Method
Adds an existing check box field in form
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
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