Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public PDFTextLine this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As PDFTextLine
	Get
Visual C++
public:
property PDFTextLine^ default[int index] {
	PDFTextLine^ get (int index);
}

Parameters

index
Type: System..::..Int32

See Also