PdfFormAddButton(PdfPage, PdfFormButton) Method
Adds an existing button in form
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void AddButton(
PdfPage pdfPage,
PdfFormButton button
)
Public Sub AddButton (
pdfPage As PdfPage,
button As PdfFormButton
)
public:
void AddButton(
PdfPage^ pdfPage,
PdfFormButton^ button
)
member AddButton :
pdfPage : PdfPage *
button : PdfFormButton -> unit
Parameters
- pdfPage PdfPage
- The PDF page where to add the button
- button PdfFormButton
- The button field to add