PdfFormAddButton Method
Creates a button in PDF form
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 20.0.0
public PdfFormButton AddButton(
PdfPage pdfPage,
RectangleF box,
string text,
PdfFont pdfFont
)
- 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