typedef enum
{
DOC2_ZONE_FLOWTEXT = 0,
DOC2_ZONE_TABLE,
DOC2_ZONE_GRAPHIC,
DOC2_ZONE_AUTO,
DOC2_ZONE_LEFTTEXT
DOC2_ZONE_VERTTEXT,
DOC2_ZONE_RIGHTTEXT
} DOC2_ZONETYPE;
The DOC2_ZONETYPE enumerated type lists the different zone types.
Value | Meaning |
---|---|
DOC2_ZONE_FLOWTEXT | Flow text type zone. |
DOC2_ZONE_TABLE | Table type zone |
DOC2_ZONE_GRAPHIC | Zone containing graphics |
DOC2_ZONE_AUTO | Default zone type |
DOC2_ZONE_VERTTEXT | Vertical text zone type for Asian engine. |
DOC2_ZONE_LEFTTEXT | Left rotated text (90 degrees counter clockwise). For Latin, Greek and Cyrillic characters only. |
DOC2_ZONE_RIGHTTEXT | Right rotated text (90 degrees clockwise). For Latin, Greek and Cyrillic characters only. |
The enumeration is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document