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