PdfFormAddButton Method
Creates a button in form
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfFormButton AddButton(
PdfPage pdfPage,
RectangleF boundingRectangle,
string text,
PdfFont pdfFont
)
Public Function AddButton (
pdfPage As PdfPage,
boundingRectangle As RectangleF,
text As String,
pdfFont As PdfFont
) As PdfFormButton
public:
PdfFormButton^ AddButton(
PdfPage^ pdfPage,
RectangleF boundingRectangle,
String^ text,
PdfFont^ pdfFont
)
member AddButton :
pdfPage : PdfPage *
boundingRectangle : RectangleF *
text : string *
pdfFont : PdfFont -> PdfFormButton
- 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