HiQPdf Documentation

PdfFormTextBox 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 PdfFormTextBox(
	RectangleFloat bounds,
	string text,
	PdfFont pdfFont
)

Parameters

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

Reference