PdfFormAddCheckBox(PdfPage, PdfFormCheckBox) Method
Adds an existing check box field in form
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void AddCheckBox(
PdfPage pdfPage,
PdfFormCheckBox checkBox
)
Public Sub AddCheckBox (
pdfPage As PdfPage,
checkBox As PdfFormCheckBox
)
public:
void AddCheckBox(
PdfPage^ pdfPage,
PdfFormCheckBox^ checkBox
)
member AddCheckBox :
pdfPage : PdfPage *
checkBox : PdfFormCheckBox -> unit
Parameters
- pdfPage PdfPage
- The PDF page where to add the check box
- checkBox PdfFormCheckBox
- The check box field to add