Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

HasMeaningfulAlpha Property








Specifies whether or not the image contains meaningful alpha channel values.
Syntax
public bool HasMeaningfulAlpha {get;}
'Declaration
 
Public ReadOnly Property HasMeaningfulAlpha As Boolean
'Usage
 
Dim instance As DetectAlphaCommand
Dim value As Boolean
 
value = instance.HasMeaningfulAlpha
public bool HasMeaningfulAlpha {get;}
@property (nonatomic, assign) BOOL hasMeaningfulAlpha
public boolean hasMeaningfulAlpha()
 get_HasMeaningfulAlpha(); 
public:
property bool HasMeaningfulAlpha {
   bool get();
}

Property Value

true if at least one alpha channel value is not equal to 0xFF, false if all alpha channel values are equal to 0xFF.
Requirements

Target Platforms

See Also

Reference

DetectAlphaCommand Class
DetectAlphaCommand Members

Error processing SSI file