EVO HTML to PDF Converter

PdfFormAddCheckBox Method

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

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public void AddCheckBox(
	PdfPage pdfPage,
	PdfFormCheckBox checkBox
)

Parameters

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

Reference