VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / ImagePage Class / SourceBitsPerPixel Property
Syntax Requirements SeeAlso
In This Topic
    SourceBitsPerPixel Property (ImagePage)
    In This Topic
    Gets the number of bits per pixel of image data of the image page.
    Syntax
    'Declaration
    
    Public Overridable ReadOnly Property SourceBitsPerPixel As System.Int32
    
    
    public virtual System.Int32 SourceBitsPerPixel { get; }
    
    
    public: __property virtual System.Int32 get_SourceBitsPerPixel();
    
    
    
    public:
    virtual property System.Int32 SourceBitsPerPixel { System.Int32 get(); }

    Property Value

    1 if image page represents 1-bpp black-white image.
    2 if image page represents 2-bpp palette/gray image.
    4 if image page represents 4-bpp palette/gray image.
    8 if image page represents 8-bpp palette/gray image.
    24 if image page represents 24-bpp RGB image
    32 if image page represents 32-bpp ARGB image or 32-bpp CMYK image.
    48 if image page represents 48-bpp RGB image.
    64 if image page represents 64-bpp ARGB image.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also