Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / CompressedBitsPerPixel Property

In This Topic
    CompressedBitsPerPixel Property
    In This Topic
    Gets or sets the number of compressed bits per pixel (specific to compressed data).
    Syntax
    'Declaration
     
    Public Property CompressedBitsPerPixel As System.Nullable(Of Single)
    public System.Nullable<float> CompressedBitsPerPixel {get; set;}
    See Also