←Select platform

HasAlpha Property

Summary

Determines whether the image contains alpha channel information.

Syntax
C#
VB
Objective-C
C++
Java
public bool HasAlpha { get; } 
Public ReadOnly Property HasAlpha As Boolean 
@property (nonatomic, assign, readonly) BOOL hasAlpha 
public boolean hasAlpha() 
public: 
property bool HasAlpha { 
   bool get(); 
} 

Property Value

true if the image contains alpha channel information; false, otherwise.

Example

For an example, refer to CodecsImageInfo.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly