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

In This Topic
    BitsPerAlphaChannel Property
    In This Topic
    Gets or sets the number of bits per Alpha component of RGBA color data (8 by default).

    Applicable to RGBA images only.

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