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