.NET Framework Class Library

PageText.Next Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

PageText.Next Property

Gets the next page in the parent document. Null if this is already the last page in the document.

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public ReadOnly Property Next As IText
 Get

C#

public IText Next { get; }

Visual C++

public:
virtual property ITextNext {
 ITextget () sealed;
}

Implements

IText.Next

See Also

PageText Class

PageText Members

Gnostice.Core.DOM Namespace