PdfFormAddCheckBox Method
Creates a check box form field in PDF form of the PDF document
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 14.0.0
public PdfFormCheckBox AddCheckBox(
PdfPage pdfPage,
RectangleF box
)
- 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