.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 > IDocumentOperation.ActiveDocument Property |
Gets currently loaded document.
Namespace: Gnostice.Core.Viewer
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
ReadOnly Property ActiveDocument As IDocument |
C# |
IDocument ActiveDocument { get; } |