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

In This Topic
    BitsPerPixel Property (PdfImageHandler)
    In This Topic
    Gets the resolution (bits-per-pixel, BPP) of this image.

    Note that the PdfImageHandler returns the resolution of the underlying image. In some cases a PDF image may not provide any info about its resolution, in such cases this property will return 0.

    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property BitsPerPixel As System.Integer
    public override System.int BitsPerPixel {get;}
    See Also