.NET Framework Class Library

IDocumentOperation.LoadDocument Method (Stream, String)

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

IDocumentOperation.LoadDocument Method (Stream, String)

Namespace: Gnostice.Core.Viewer

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

Syntax

Visual Basic

Sub LoadDocument ( _
 fileName As Stream, _
 Optional password As String = "" _
)

C#

void LoadDocument(
 Stream fileName,
 string password = ""
)

Visual C++

void LoadDocument(
 StreamfileName,
 Stringpassword = L""
)

Parameters

fileName

Type: System.IO.Stream

password (Optional)

Type: System.String

See Also

IDocumentOperation Interface

IDocumentOperation Members

LoadDocument Overload

Gnostice.Core.Viewer Namespace