.NET Framework Class Library
ViewerController.LoadDocument Method (Stream, String, PageRange, String)
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > ViewerController Class > ViewerController Methods > LoadDocument Method > ViewerController.LoadDocument Method (Stream, String, PageRange, String) |
Loads a document from specified stream.
Namespace: Gnostice.Controls.ASP
Assembly: Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)
Visual Basic |
Public Function LoadDocument ( _ |
C# |
public string LoadDocument( |
Visual C++ |
public: |
stream
Type: System.IO.Stream
Stream from which the file needs to be loaded.
password (Optional)
Type: System.String
Provide password for encrypted document.
pageRange (Optional)
Type: Gnostice.Core.DOM.PageRange
Pages that need to be loaded.
customPageRange (Optional)
Type: System.String
Custom page range string when PageRange.Custom is specified.
The document URL that needs to be passed back to the client.