PdfFormAddButton Method

Creates a button in PDF form

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public void AddButton(
	PdfPage pdfPage,
	PdfFormButton button
)

Parameters

pdfPage  PdfPage
The PDF page in which to place the button
button  PdfFormButton
The button field to add

See Also