←Select platform

UsePredictor Property

Summary

Gets a value indicating whether to use a predictor when saving LZW data.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly