TextBox.Item Property

PDF File Writer

TextBoxItem Property

Access TextBoxLine array.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public TextBoxLine this[
	int Index
] { get; }

Parameters

Index
Type: SystemInt32
Index

Return Value

Type: TextBoxLine
TextBoxLine
See Also