BitsPerGrayscale Property
In This Topic
Gets or sets the number of bits per Grayscale image color (8 by default).
Applicable to Grayscale images only.
Syntax
'Declaration
Public Property BitsPerGrayscale As System.Integer
public System.int BitsPerGrayscale {get; set;}
See Also