Image.ChannelSize
 
 
 

Image.ChannelSize

Introduced

v4.0

Description

Returns the number of bytes per channel as a Long. 1-byte is the most commonly used format, but 2-byte (16-bit) or 4-byte (float) are also possible.

C# Syntax

// get accessor
Int32 rtn = Image.ChannelSize;