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