.NET Framework Class Library

IDocumentOperation.LoadDocument Method (String, 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 (String, String)

Namespace: Gnostice.Core.Viewer

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

Syntax

Visual Basic

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

C#

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

Visual C++

void LoadDocument(
 StringfileName,
 Stringpassword = L""
)

Parameters

fileName

Type: System.String

password (Optional)

Type: System.String

See Also

IDocumentOperation Interface

IDocumentOperation Members

LoadDocument Overload

Gnostice.Core.Viewer Namespace