EVO PDF Logo

PdfFormButton Constructor

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

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

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

Parameters

box
Type: EvoPdfClientRectangleFloat
The button control bounding box
text
Type: SystemString
The button text
pdfFont
Type: EvoPdfClientPdfFont
The button text font
See Also

Reference