In This Topic
Gets or sets the number of color components in the color space described by the ICC profile data.
This number shall match the number of components actually in the ICC profile. Valid values are 1, 3, or 4.
Syntax
'Declaration
Public Property N As System.Integer
public System.int N {get; set;}
See Also