PdfFormAddCheckBox Method
Creates a check box field in form
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public PdfFormCheckBox AddCheckBox(
PdfPage pdfPage,
RectangleF boundingRectangle
)
- pdfPage PdfPage
- The PDF page where to create the check box
- boundingRectangle RectangleF
- The check box field bounding rectangle
PdfFormCheckBoxThe check box field created