.NET Framework Class Library
IText.Next Property
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IText Interface > IText Properties > IText.Next Property |
Gets the next element at the same level. Null if no more elements after this one at the same level.
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
ReadOnly Property Next As IText |
C# |
IText Next { get; } |