Controls options for the AnnFont used by various LEADTOOLS annotation objects.
lt.Annotations.Engine.AnnTextDecorations = {
none: 0x00000000,
baseline: 0x00000001,
overLine: 0x00000002,
strikethrough: 0x00000004,
underline: 0x00000008
}
lt.Annotations.Engine.AnnTextDecorations = {
none: 0x00000000,
baseline: 0x00000001,
overLine: 0x00000002,
strikethrough: 0x00000004,
underline: 0x00000008
}
0x00000000 | None |
(0)No text decorations. |
0x00000001 | Baseline |
(1)The text should include a baseline decoration. |
0x00000002 | OverLine |
(2)The text should include an overline decoration. |
0x00000004 | Strikethrough |
(4)The text should include a strikethrough decoration. |
0x00000008 | Underline |
(8)The text should include an underline decoration. |
The following illustrates the various text decoration options:
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