VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WinTwain Namespace / AcquiredImage Class / RetainDataCompression Property
Синтаксис Требования Смотрите также
В этом разделе
    RetainDataCompression Свойство (AcquiredImage)
    В этом разделе
    Gets or sets a value indicating whether the image data compression must be retained after image processing by informative image processing command.
    Синтаксис
    'Declaration
    
    Public Property RetainDataCompression As Boolean
    
    
    public bool RetainDataCompression { get; set; }
    
    
    public: __property bool get_RetainDataCompression();
    public: __property void set_RetainDataCompression(
    bool value
    );
    public:
    property bool RetainDataCompression { bool get(); void set(bool value); }

    Property Value

    True - the informative image processing command must decompress compressed image data, process image data and dispose an array with uncompressed image data;
    false - the informative image processing command must decompress compressed image data, process image data and change the compressed image data to the uncompressed image data.
    Default value is false.
    Требования

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

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