HiQPdf Documentation

PdfFormAddButton Method (PdfPage, PdfFormButton)

HiQPdf Client for .NET Core
Adds an existing button in form

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void AddButton(
	PdfPage pdfPage,
	PdfFormButton button
)

Parameters

pdfPage
Type: HiQPdfClientPdfPage
The PDF page where to add the button
button
Type: HiQPdfClientPdfFormButton
The button field to add
See Also

Reference