PdfFormAddButton Method
Creates a button in PDF form
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 14.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