AnnTransparentMode Enumeration

Summary

Specifies how to treat the transparent color of an AnnPicture.

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnTransparentMode = { 
	None: 0, 
	UseColor: 1, 
	TopLeftPixel: 2 
} 
TypeScript Syntax
lt.Annotations.Core.AnnTransparentMode = { 
	None: 0, 
	UseColor: 1, 
	TopLeftPixel: 2 
} 

Members

0 None

(0)The AnnPicture is not transparent.

1 UseColor

(1)Use the transparent color of the AnnPicture.

2 TopLeftPixel

(2)Use the top left pixel of the AnnPicture as the transparent color.

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