Winnovative Logo

PdfFormAddButton Method

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

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient (in WinnovativeClient.dll) Version: 17.0.0.0 (17.0.0.0)
Syntax

public void AddButton(
	PdfPage pdfPage,
	PdfFormButton button
)

Parameters

pdfPage
Type: WinnovativeClientPdfPage
The PDF page in which to place the button
button
Type: WinnovativeClientPdfFormButton
The button field to add
See Also

Reference