VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Web.Services Namespace / WebTgaEncoderSettings Class / compression Property
Syntax Requirements SeeAlso
В этом разделе
    compression Свойство (WebTgaEncoderSettings)
    В этом разделе
    Возвращает или устанавливает сжатие TGA файла.
    Синтаксис
    'Declaration
    
    Public Property compression As Vintasoft.Imaging.Codecs.ImageFiles.Tga.TgaCompression
    
    
    public Vintasoft.Imaging.Codecs.ImageFiles.Tga.TgaCompression compression { get; set; }
    
    
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Tga.TgaCompression get_compression();
    public: __property void set_compression(
    Vintasoft.Imaging.Codecs.ImageFiles.Tga.TgaCompression value
    );
    public:
    property Vintasoft.Imaging.Codecs.ImageFiles.Tga.TgaCompression compression { Vintasoft.Imaging.Codecs.ImageFiles.Tga.TgaCompression get(); void set(Vintasoft.Imaging.Codecs.ImageFiles.Tga.TgaCompression value); }

    Property Value

    Значение по умолчанию - Vintasoft.Imaging.Codecs.ImageFiles.Tga.TgaCompression.RunLength.
    Требования

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

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