VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Metadata Namespace / BmpMetadata Class / Compression Property
Синтаксис Требования Смотрите также
В этом разделе
    Compression Свойство (BmpMetadata)
    В этом разделе
    Возвращает сжатие страницы BMP.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The compression of BMP page.")>
    <CategoryAttribute("BMP")>
    Public ReadOnly Property Compression As Vintasoft.Imaging.Codecs.ImageFiles.Bmp.BmpCompression
    
    
    [Description("The compression of BMP page.")]
    [Category("BMP")]
    public Vintasoft.Imaging.Codecs.ImageFiles.Bmp.BmpCompression Compression { get; }
    
    
    [Description("The compression of BMP page.")]
    [Category("BMP")]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Bmp.BmpCompression get_Compression();
    
    
    
    [Description("The compression of BMP page.")]
    [Category("BMP")]
    public:
    property Vintasoft.Imaging.Codecs.ImageFiles.Bmp.BmpCompression Compression { Vintasoft.Imaging.Codecs.ImageFiles.Bmp.BmpCompression get(); }
    Требования

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

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