.NET Framework Class Library
PageText.Next Property
<< Click to Display Table of Contents >> 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)
Visual Basic |
Public ReadOnly Property Next As IText |
C# |
public IText Next { get; } |