EVO HTML to PDF Converter

PdfFormAddButton Method

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

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_NetCore (in EvoHtmlToPdfClient_NetCore.dll) Version: 9.0.0
Syntax

public void AddButton(
	PdfPage pdfPage,
	PdfFormButton button
)

Parameters

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

Reference