Cuminas DjVu SDK for .NET Framework
DocumentType Enumeration



Determines how to save DjVu document.
Syntax
Public Enum DocumentType 
   Inherits System.Enum
Dim instance As DocumentType
public enum DocumentType : System.Enum 
public enum class DocumentType : public System.Enum 
Members
MemberDescription
AsIs For special IFF structure construction; saved as it is.
Auto The document type is automatically determined.
BundledEven Document object which consists of only one page, this generates a bundled file.
Indirect The document is not in bundled format. The djvu file is only an index of the data files.
PDF

For exporting purpose.

DjVu is converted to High compression PDF. The output may get larger depending on the content.

SingleThe document is in single page format. If the Document object has more than one page, the save operation will fail.
TIFF

For exporting purpose.

If DjVu is converted to TIFF, DjVu pages are flattened to a normal images.

The output may get larger depending on the content and the export operation may fail due to 4GB restriction on TIFF file format.

XML

For exporting purpose.

DjVu XML, a human-readable/modifieable expression of DjVu format. the XML can completely preserves the DjVu structure and can be re-converted to DjVu file.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DjVu.DocumentType

Requirements

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

See Also

Reference

DjVu Namespace

Send Feedback