Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImage Class / BitsPerPixel Property

In This Topic
    BitsPerPixel Property (PdfImage)
    In This Topic
    Gets the number of bits-per-pixel (BPP) for this image.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property BitsPerPixel As System.Integer
    public override System.int BitsPerPixel {get;}
    See Also