Cuminas DjVu SDK for .NET Framework
FileLocation Property



Gets the DjVu file location of the Document object if available.
Syntax
Public ReadOnly Property FileLocation As String
Dim instance As Document
Dim value As String
 
value = instance.FileLocation
public string FileLocation {get;}
public:
property String^ FileLocation {
   String^ get();
}

Property Value

DjVu file URL or file name if the Document object was initialized with a DjVu file or saved by Document.SaveAs Method. Otherwise, if the Document object is created on the program, this is null.
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

Send Feedback