EVO HTML to PDF Converter

PdfFormAddCheckBox Method

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

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient_NetCore (in WnvHtmlToPdfClient_NetCore.dll) Version: 16.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