C#
VB
Java
WinRT C#
C++
Controls options for the AnnFont used by various LEADTOOLS annotation objects.
[FlagsAttribute()]public enum AnnTextDecorations
Public Enum AnnTextDecorations
public enum AnnTextDecorations public enum AnnTextDecorations Leadtools.Annotations.Core.AnnTextDecorations = function() { };Leadtools.Annotations.Core.AnnTextDecorations.prototype = {None = 0x00000000,Baseline = 0x00000001,OverLine = 0x00000002,Strikethrough = 0x00000004,Underline = 0x00000008,};
public:[FlagsAttribute]enum class AnnTextDecorations sealed
Members
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None | No text decorations. |
| 0x00000001 | Baseline | The text should include a baseline decoration. |
| 0x00000002 | OverLine | The text should include an overline decoration. |
| 0x00000004 | Strikethrough | The text should include a strikethrough decoration. |
| 0x00000008 | Underline | The text should include an underline decoration. |
The following illustrates the various text decoration options:
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
