EVO HTML to PDF Converter

PdfFormButton Constructor

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

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.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