HiQPdf Documentation

PdfFormButton Constructor

HiQPdf Client for .NET Core
Creates a noteText box form field

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

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

Parameters

bounds
Type: HiQPdfClientRectangleFloat
The button control bounds
text
Type: SystemString
The button noteText
pdfFont
Type: HiQPdfClientPdfFont
The button font
See Also

Reference