PdfFormButton Constructor

Constructs text box form field

Definition

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

Parameters

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

See Also