PdfFormTextBox Constructor

Constructs a text box form field

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public PdfFormTextBox(
	RectangleFloat box,
	string text,
	PdfFont pdfFont
)

Parameters

box  RectangleFloat
The text box control bounding box
text  String
The text box initial text
pdfFont  PdfFont
The text font

See Also