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