Winnovative Logo

PdfForm.AddCheckBox Method

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

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public void AddCheckBox(
	PdfPage pdfPage,
	PdfFormCheckBox checkBox
)

Parameters

pdfPage
Type: WinnovativeClient.PdfPage
The PDF page in which to place the check box control
checkBox
Type: WinnovativeClient.PdfFormCheckBox
The check box field to add
See Also

Reference