EVO PDF Logo

PdfFormButton Constructor

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

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.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