PsdOptionsChannelsCount Property |
Gets or sets the color channels count.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic short ChannelsCount { get; set; }
Public Property ChannelsCount As Short
Get
Set
public:
property short ChannelsCount {
short get ();
void set (short value);
}
member ChannelsCount : int16 with get, set
Property Value
Type:
Int16The color channels count.
See Also