| Visual Basic (Declaration) | |
|---|---|
Public Property UsePredictor As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool UsePredictor {get; set;} | |
Return Value
true to use a predictor when saving LZW data; otherwise, false.For an example, refer to CodecsTiffOptions.
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.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code