PdfFormAddButton Method
Creates a button in form
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public PdfFormButton AddButton(
PdfPage pdfPage,
RectangleF boundingRectangle,
string text,
PdfFont pdfFont
)
- pdfPage PdfPage
- The PDF page where to create the button
- boundingRectangle RectangleF
- The button field bounding rectangle
- text String
- The text displayed on the button
- pdfFont PdfFont
- The button text font
PdfFormButtonThe created button