Gets a value indicating whether to use a predictor when saving LZW data.
public bool UsePredictor { get; set; }
Public Property UsePredictor As Boolean
@property (nonatomic, assign, getter=usesPredictor) BOOL usePredictor
public boolean getUsePredictor()
public void setUsePredictor(boolean value)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document