Click or drag to resize

PdfTextBoxField Constructor

Create new textbox field and add it into interactive forms.

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfTextBoxField(
	PdfInteractiveForms forms,
	string name = null,
	PdfField parent = null,
	PdfFont defFont = null,
	float fontSize = 0f,
	FS_COLOR? color = null,
	JustifyTypes alignment = JustifyTypes.Left
)

Parameters

forms  PdfInteractiveForms
Interactive forms.
name  String  (Optional)
The partial field name. Cannot contain a period.
parent  PdfField  (Optional)
The parent field. Only non-terminal fields are accepted.
defFont  PdfFont  (Optional)
Default font used for all controls assigned with this field.
fontSize  Single  (Optional)
Default font's size.
color  NullableFS_COLOR  (Optional)
The default text color used when no text color is specified in the control.
alignment  JustifyTypes  (Optional)
A code specifying the form of justification to be used in displaying the text.
See Also