.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 >

.NET Framework Class Library

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)

Syntax

Visual Basic

ReadOnly Property Previous As IText
 Get

C#

IText Previous { get; }

Visual C++

property ITextPrevious {
 ITextget ();
}

See Also

IText Interface

IText Members

Gnostice.Core.DOM Namespace