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

In This Topic
    BitsPerRedChannel Property
    In This Topic
    Gets or sets the number of bits per Red component of RGB color data (8 by default).

    Applicable to RGB(A) images only.

    Syntax
    'Declaration
     
    Public Property BitsPerRedChannel As System.Integer
    public System.int BitsPerRedChannel {get; set;}
    See Also