LEADTOOLS Image File Support (Leadtools.Codecs assembly)

UsePredictor Property

Show in webframe







Gets a value indicating whether to use a predictor when saving LZW data.
Syntax
public bool UsePredictor {get; set;}
'Declaration
 
Public Property UsePredictor As Boolean
'Usage
 
Dim instance As CodecsTiffSaveOptions
Dim value As Boolean
 
instance.UsePredictor = value
 
value = instance.UsePredictor
public bool UsePredictor {get; set;}
@property (nonatomic, assign) BOOL usePredictor;
public boolean getUsePredictor()
public void setUsePredictor(boolean value)
            
 
get_UsePredictor();
set_UsePredictor(value);
Object.defineProperty('UsePredictor');
public:
property bool UsePredictor {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.