PdfFormAddButton Method
Creates a button in PDF form
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public void AddButton(
PdfPage pdfPage,
PdfFormButton button
)
Public Sub AddButton (
pdfPage As PdfPage,
button As PdfFormButton
)
Parameters
- pdfPage PdfPage
- The PDF page in which to place the button
- button PdfFormButton
- The button field to add