VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WpfTwain 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; }

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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also