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