C#
VB
Java
Objective-C
WinRT C#
C++
Gets a value indicating whether to use a predictor when saving LZW data.
public bool UsePredictor { get; set; }
Public Property UsePredictor As Boolean
public bool UsePredictor {get; set;}
@property (nonatomic, assign, getter=usesPredictor) BOOL usePredictor
public boolean getUsePredictor()
public void setUsePredictor(boolean value)
<br/>get_UsePredictor();<br/>set_UsePredictor(value);<br/>Object.defineProperty('UsePredictor');
true to use a predictor when saving LZW data; otherwise, false.
This is for TIF LZW or Raw LZW data that is 8 bpp or more. This property is ignored if the LZW data is less than 8 bpp.
For an example, refer to CodecsTiffOptions.
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