VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Metadata Namespace / JpegFrameHeaderMetadata Class / BitsPerSample Property
Синтаксис Требования Смотрите также
В этом разделе
    BitsPerSample Свойство (JpegFrameHeaderMetadata)
    В этом разделе
    Возвращает количество бит на выборку файла JPEG.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The number of bits per sample of JPEG file.")>
    Public ReadOnly Property BitsPerSample As System.Int32
    
    
    [Description("The number of bits per sample of JPEG file.")]
    public System.Int32 BitsPerSample { get; }
    
    
    [Description("The number of bits per sample of JPEG file.")]
    public: __property System.Int32 get_BitsPerSample();
    
    
    
    [Description("The number of bits per sample of JPEG file.")]
    public:
    property System.Int32 BitsPerSample { System.Int32 get(); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также