Winnovative Excel to PDF Converter

PdfFormAddCheckBox Method

Winnovative Excel to PDF Converter Documentation
Creates a check box form field in PDF form of the PDF document

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public PdfFormCheckBox AddCheckBox(
	PdfPage pdfPage,
	RectangleF box
)

Parameters

pdfPage
Type: Winnovative.ExcelToPdfPdfPage
The PDF page in which to place the check box control
box
Type: System.DrawingRectangleF
The check box control bounding box

Return Value

Type: PdfFormCheckBox
The created check box field
See Also

Reference