.NET Framework Class Library

IDocumentOperation.ActiveDocument Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Viewer Namespace > IDocumentOperation Interface > IDocumentOperation Properties >

.NET Framework Class Library

IDocumentOperation.ActiveDocument Property

Gets currently loaded document.

Namespace: Gnostice.Core.Viewer

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

Syntax

Visual Basic

ReadOnly Property ActiveDocument As IDocument
 Get

C#

IDocument ActiveDocument { get; }

Visual C++

property IDocumentActiveDocument {
 IDocumentget ();
}

See Also

IDocumentOperation Interface

IDocumentOperation Members

Gnostice.Core.Viewer Namespace