.NET Framework Class Library
IText.Previous 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.Previous Property |
Gets the previous element at the same level. Null if no more elements before this one at the same level.
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
ReadOnly Property Previous As IText |
C# |
IText Previous { get; } |