AnnTextDecorations Enumeration

Summary

Controls options for the AnnFont used by various LEADTOOLS annotation objects.

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnTextDecorations = { 
	None: 0x00000000, 
	Baseline: 0x00000001, 
	OverLine: 0x00000002, 
	Strikethrough: 0x00000004, 
	Underline: 0x00000008 
} 
TypeScript Syntax
lt.Annotations.Core.AnnTextDecorations = { 
	None: 0x00000000, 
	Baseline: 0x00000001, 
	OverLine: 0x00000002, 
	Strikethrough: 0x00000004, 
	Underline: 0x00000008 
} 

Members

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.

Remarks

The following illustrates the various text decoration options:

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly