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

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