typedef enum
{
ANNTOKEN_NONE = 0,
ANNTOKEN_SEPARATOR = 1,
ANNTOKEN_TEXT = 2,
ANNTOKEN_DATE_YYYY = 3,
ANNTOKEN_DATE_YY = 4,
ANNTOKEN_DATE_MM = 5,
ANNTOKEN_DATE_DD = 6,
ANNTOKEN_DATE_MONTH_NAME = 7,
ANNTOKEN_DATE_DAY_OF_WEEK = 8,
ANNTOKEN_TIME_HH_12 = 9,
ANNTOKEN_TIME_HH_24 = 10,
ANNTOKEN_TIME_MM = 11,
ANNTOKEN_TIME_SS = 12,
ANNTOKEN_TIME_MILLISECONDS = 13,
ANNTOKEN_AM_PM = 14,
} ANNTEXTTOKENTYPE, *pANNTEXTTOKENTYPE;
The enumeartion 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