Gets or sets the compression type to use when transferring data from the current TWAIN source. This property is valid only if the TransferMode property is set to TwainTransferMode.Buffer.
public TwainCompressionMode CompressionMode { get; set; }
Public Property CompressionMode As Leadtools.Twain.TwainCompressionMode
public:
property Leadtools.Twain.TwainCompressionMode CompressionMode {
Leadtools.Twain.TwainCompressionMode get();
void set ( Leadtools.Twain.TwainCompressionMode );
}
The memory compression type to be used when the transfer mode is TwainTransferMode.Buffer.
To update this property with the current value, call the TransferOptions property. To set the compression type, assign a new value to this property and call the TransferOptions property.
For an example, refer to TransferOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET