EVO HTML to PDF Converter

PdfFormAddCheckBox Method

Winnovative Client for .NET Documentation
Creates a check box form field in PDF form of the PDF document

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public void AddCheckBox(
	PdfPage pdfPage,
	PdfFormCheckBox checkBox
)

Parameters

pdfPage
Type: Winnovative.HtmlToPdfClientPdfPage
The PDF page in which to place the check box control
checkBox
Type: Winnovative.HtmlToPdfClientPdfFormCheckBox
The check box field to add
See Also

Reference