LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

AutoDetectAlpha Property






Indicates whether or not to automatically detect if the image has meaningful alpha channel values. .NET support WinRT support Silverlight support
Syntax
public bool AutoDetectAlpha {get; set;}
'Declaration
 
Public Property AutoDetectAlpha As Boolean
'Usage
 
Dim instance As CodecsLoadOptions
Dim value As Boolean
 
instance.AutoDetectAlpha = value
 
value = instance.AutoDetectAlpha
public bool AutoDetectAlpha {get; set;}
 get_AutoDetectAlpha();
set_AutoDetectAlpha(value);
public:
property bool AutoDetectAlpha {
   bool get();
   void set (    bool value);
}

Property Value

true automatically detect if the image has meaningful alpha channel values; false otherwise.
Remarks

This property is only supported in Silverlight versions of LEADTOOLS.

This property only has an effect when using a Silverlight WriteableBitmap object for image data storage.

Setting this property to true can slow down image loading and image processing. If you know that your images have meaningful alpha channel values or if you know that your images have only 0xFF for alpha channel values, set this property to false.

When this property is true, LEADTOOLS will detect if the loaded image data contains meaningful alpha channel values and then set the RasterImage.PremultiplyAlpha property accordingly.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members
RasterMemoryFlags.WriteableBitmap
RasterImageConverter.ConvertToSource
ConvertToSourceOptions.AutoDetectAlpha
ConvertFromSourceOptions.AutoDetectAlpha
DetectAlphaCommand
CodecsLoadOptions.UseWriteableBitmap
RasterImage.PremultiplyAlpha

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.