VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Twain Namespace / AcquiredImage Class / RetainDataCompression Property
Syntax Requirements SeeAlso
In This Topic
    RetainDataCompression Property (AcquiredImage)
    In This Topic
    Gets or sets a value indicating whether the image data compression must be retained after image processing by informative image processing command.
    Syntax
    '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.
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also