Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

AnnTransparentMode Enumeration

Show in webframe
Specifies how to treat the transparent color of an AnnPicture.
Syntax
Leadtools.Annotations.Core.AnnTransparentMode = function() { };
Leadtools.Annotations.Core.AnnTransparentMode.prototype = {
	none = 0,
	useColor = 1,
	topLeftPixel = 2,
	
 };
Members
ValueMemberDescription
0noneThe AnnPicture is not transparent.
1useColorUse the transparent color of the AnnPicture.
2topLeftPixelUse the top left pixel of the AnnPicture as the transparent color.
See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file