EVO HTML to PDF Converter

PdfFormAddButton Method

Winnovative Client for .NET Documentation
Creates a button in PDF form

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

public void AddButton(
	PdfPage pdfPage,
	PdfFormButton button
)

Parameters

pdfPage
Type: Winnovative.HtmlToPdfClientPdfPage
The PDF page in which to place the button
button
Type: Winnovative.HtmlToPdfClientPdfFormButton
The button field to add
See Also

Reference