EVO HTML to PDF Converter

PdfFormButton Constructor

EVO PDF Client for .NET Core Documentation
Constructs text box form field

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_NetCore (in EvoHtmlToPdfClient_NetCore.dll) Version: 9.0.0
Syntax

public PdfFormButton(
	RectangleFloat box,
	string text,
	PdfFont pdfFont
)

Parameters

box
Type: EvoPdf.HtmlToPdfClientRectangleFloat
The button control bounding box
text
Type: SystemString
The button text
pdfFont
Type: EvoPdf.HtmlToPdfClientPdfFont
The button text font
See Also

Reference