Cuminas DjVu SDK for .NET Framework
Document Constructor(String)



A file name or an URL started with either http://, https:// or file://.
Initializes the Document object with an file.
Syntax
Public Function New( _
   ByVal fileNameOrUrl As String _
)
Dim fileNameOrUrl As String
 
Dim instance As New Document(fileNameOrUrl)
public Document( 
   string fileNameOrUrl
)
public:
Document( 
   String^ fileNameOrUrl
)

Parameters

fileNameOrUrl
A file name or an URL started with either http://, https:// or file://.
Remarks
If the file is not a valid DJVM or DJVU, this method throws an exception.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Document Class
Document Members
Overload List

Send Feedback