←Select platform

AutoDetectAlpha Property

Summary

Indicates whether to automatically detect if the image has meaningful alpha channel values.

Syntax

C#
VB
Java
WinRT C#
C++
public bool AutoDetectAlpha { get; set; } 
Public Property AutoDetectAlpha As Boolean 
public bool AutoDetectAlpha {get; set;} 
public boolean getAutoDetectAlpha() 
public void setAutoDetectAlpha(boolean value) 
             
 <br/>get_AutoDetectAlpha();<br/>set_AutoDetectAlpha(value);<br/>Object.defineProperty('AutoDetectAlpha');  
public: 
property bool AutoDetectAlpha { 
   bool get(); 
   void set (    bool ); 
} 

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

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

Leadtools.Codecs Assembly