PDF .NET Library Documentation - PDF Technologies, Inc.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

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

Parameters

index
Type: System..::.Int32

See Also