PdfFormAddButton(PdfPage, PdfFormButton) Method

Adds an existing button in form

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void AddButton(
	PdfPage pdfPage,
	PdfFormButton button
)

Parameters

pdfPage  PdfPage
The PDF page where to add the button
button  PdfFormButton
The button field to add

See Also