←Select platform

UsePredictor Property

Summary
Gets a value indicating whether to use a predictor when saving LZW data.
Syntax
C#
VB
Objective-C
C++
Java
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) 
public: 
property bool UsePredictor { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use a predictor when saving LZW data; otherwise, false.

Remarks

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.

Example

For an example, refer to CodecsTiffOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.