EVO PDF Logo

PdfFormAddButton Method

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

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public void AddButton(
	PdfPage pdfPage,
	PdfFormButton button
)

Parameters

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

Reference