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



DjVu file URL started with either http://, https:// or file://.
Initializes the Document object with an URL.
Syntax
Public Function New( _
   ByVal fileUrl As Uri _
)
Dim fileUrl As Uri
 
Dim instance As New Document(fileUrl)
public Document( 
   Uri fileUrl
)
public:
Document( 
   Uri^ fileUrl
)

Parameters

fileUrl
DjVu file 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