Discuss this help topic in SecureBlackbox Forum
Specifies the number of mask color components.
Declaration
[C#]
int MaskColorComponentCount;
[VB.NET]
Property MaskColorComponentCount As Integer
[Pascal]
property MaskColorComponentCount : Integer;
[C++]
int32_t get_MaskColorComponentCount();
[PHP]
integer get_MaskColorComponentCount()
[Java]
int getMaskColorComponentCount();
Description
Use this read-only property to get the number of mask components.
Discuss this help topic in SecureBlackbox Forum