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

    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