Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / TiffFrameSettings Class / BitsPerGrayscale Property

In This Topic
    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