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