Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / IPdfImage Interface / BitsPerPixel Property

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

    Note that in some cases a PDF image may not contain any information about its resolution, in such cases this property returns 0.

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