PdfFormAddButton Method
Creates a button in PDF form
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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
- 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