PdfFormAddCheckBox Method
Creates a check box form field in PDF form of the PDF document
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public PdfFormCheckBox AddCheckBox(
PdfPage pdfPage,
RectangleF box
)
Public Function AddCheckBox (
pdfPage As PdfPage,
box As RectangleF
) As PdfFormCheckBox
public:
PdfFormCheckBox^ AddCheckBox(
PdfPage^ pdfPage,
RectangleF box
)
member AddCheckBox :
pdfPage : PdfPage *
box : RectangleF -> PdfFormCheckBox
- 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