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 PDFOutlineNode this[
	int Index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	Index As Integer _
) As PDFOutlineNode
Visual C++
public:
property PDFOutlineNode^ default[int Index] {
	PDFOutlineNode^ get (int Index);
}

Parameters

Index
Type: System..::.Int32

See Also