Cuminas DjVu SDK for .NET Framework
IsBundled Property (Document)



Determines whether the Document object is in bundled format or not.
Syntax
Public ReadOnly Property IsBundled As Boolean
Dim instance As Document
Dim value As Boolean
 
value = instance.IsBundled
public bool IsBundled {get;}
public:
property bool IsBundled {
   bool get();
}

Property Value

true if the Document object is in bundled format (the DjVu consists of only one file); otherwise, if the DjVu consists of multiple files, this is false.
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