Click or drag to resize

DeviceCcittKFactor Property

Gets or sets the K factor indicating how often the new compression baseline should be re-established.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int CcittKFactor { get; set; }

Property Value

Type: Int32
The K factor indicating how often the new compression baseline should be re-established.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks
This is only used for CCITT Group 3 2-dimensional compression. A value of 2 or 4 is common in facsimile communication. A value of zero will indicate an infinite K factor (the baseline is only calculated at the beginning of the transfer).
See Also