C#
VB
Java
Objective-C
WinRT C#
C++
Determines whether the image contains alpha channel information.
public bool HasAlpha { get; }
Public ReadOnly Property HasAlpha As Boolean
public bool HasAlpha {get;}
@property (nonatomic, assign, readonly) BOOL hasAlpha
public boolean hasAlpha()
get_HasAlpha();
public:
property bool HasAlpha {
bool get();
}
true if the image contains alpha channel information; false, otherwise.
For an example, refer to CodecsImageInfo.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET