The LEADTOOLS C++ Class Library is a wrapper to the LEADTOOLS C API and provides only a subset of the features and functionality otherwise available in the LEADTOOLS C API. For more information about the full feature set of the LEADTOOLS C API, refer to LEADTOOLS C API Introduction.
Is this page helpful?
Identifies the type of token.
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;
String not treated as a token.
Add a separator to the automation token menu.
A text string.
Current four digit year.
Current two digit year.
Two digit representation of current month.
Two digit representation of current day.
Current month name (i.e. January).
Current day of week (i.e. Monday).
Current hour,using a 12 hour clock.
Current hour, using a 24 hour clock.
Current minute (00-59).
Current second (00-59).
Current milliseconds (000-999).
Time of day indicator (AM or PM).
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