.NET Framework Class Library

IDocument.LoadDocument Method (String, String)

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

IDocument.LoadDocument Method (String, String)

Loads a document from specified file and decrypts it with specified password.

Namespace: Gnostice.Core.DOM

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

\File from which the document needs to be loaded.

password (Optional)

Type: System.String

Password with which the loaded document needs to be decrypted.

See Also

IDocument Interface

IDocument Members

LoadDocument Overload

Gnostice.Core.DOM Namespace