| DjVu Namespace : TextZoneType Enumeration | 
Public Enum TextZoneType Inherits System.Enum
Dim instance As TextZoneType
public enum TextZoneType : System.Enum
public enum class TextZoneType : public System.Enum
| Member | Description | 
|---|---|
| Char | Char is the smallest level of TextZone. | 
| Column | Column is a level that is smaller than Page but larger than Region. | 
| Line | Line is a level that is smaller than Paragraph but larger than Word. | 
| Page | Page is the top level of TextZone. There must be a Page TextZone within a page. | 
| Paragraph | Paragraph is a level that is smaller than Region but larger than Line. | 
| Region | Region is a level that is smaller than Column but larger than Paragraph. | 
| Unknown | Unknown is reserved. Usually used to indicate invalid type. | 
| Word | Word is a level that is smaller than Line but larger than Char. | 
System.Object
   System.ValueType
      System.Enum
         DjVu.TextZoneType
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family