PdfFormButton Constructor

Creates a noteText box form field

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfFormButton(
	RectangleFloat bounds,
	string text,
	PdfFont pdfFont
)

Parameters

bounds  RectangleFloat
The button control bounds
text  String
The button noteText
pdfFont  PdfFont
The button font

See Also