PdfFormAddCheckBox Method
Creates a check box form field in PDF form of the PDF document
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public PdfFormCheckBox AddCheckBox(
PdfPage pdfPage,
RectangleF box
)
Public Function AddCheckBox (
pdfPage As PdfPage,
box As RectangleF
) As PdfFormCheckBox
- pdfPage PdfPage
- The PDF page in which to place the check box control
- box RectangleF
- The check box control bounding box
PdfFormCheckBoxThe created check box field