Winnovative Logo

PdfFormAddButton Method

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

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.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