PdfFormAddButton Method
Creates a button in PDF form
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public PdfFormButton AddButton(
PdfPage pdfPage,
RectangleF box,
string text,
PdfFont pdfFont
)
Public Function AddButton (
pdfPage As PdfPage,
box As RectangleF,
text As String,
pdfFont As PdfFont
) As PdfFormButton
public:
PdfFormButton^ AddButton(
PdfPage^ pdfPage,
RectangleF box,
String^ text,
PdfFont^ pdfFont
)
member AddButton :
pdfPage : PdfPage *
box : RectangleF *
text : string *
pdfFont : PdfFont -> PdfFormButton
- pdfPage PdfPage
- The PDF page in which to place the button
- box RectangleF
- The button control bounding box
- text String
- The button text
- pdfFont PdfFont
- The button text font
PdfFormButtonThe created button field