.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 > 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)
Visual Basic |
Sub LoadDocument ( _ |
C# |
void LoadDocument( |
Visual C++ |
void LoadDocument( |
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.