.NET Framework Class Library

IDocument.Item Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IDocument Interface > IDocument Properties >

.NET Framework Class Library

IDocument.Item Property

Internal use only. Returns the corresponding page.

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

ReadOnly Default Property Item ( _
 pageIndex As Integer _
As IDocItem
 Get

C#

IDocItem this[
 int pageIndex
] { get; }

Visual C++

property IDocItemdefault[int pageIndex] {
 IDocItemget (int pageIndex);
}

Parameters

pageIndex

Type: System.Int32

See Also

IDocument Interface

IDocument Members

Gnostice.Core.DOM Namespace