PdfFormAddCheckBox Method
Creates a check box form field in PDF form of the PDF document
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public void AddCheckBox(
PdfPage pdfPage,
PdfFormCheckBox checkBox
)
Public Sub AddCheckBox (
pdfPage As PdfPage,
checkBox As PdfFormCheckBox
)
Parameters
- pdfPage PdfPage
- The PDF page in which to place the check box control
- checkBox PdfFormCheckBox
- The check box field to add