LEADTOOLS Image File Support (Leadtools.Codecs assembly)

ImageTypicalPredictionOn Property

Show in webframe







Gets or sets a value that indicates whether to use typical prediction (TP) while encoding non-text area.
Syntax
public bool ImageTypicalPredictionOn {get; set;}
'Declaration
 
Public Property ImageTypicalPredictionOn As Boolean
'Usage
 
Dim instance As CodecsJbig2SaveOptions
Dim value As Boolean
 
instance.ImageTypicalPredictionOn = value
 
value = instance.ImageTypicalPredictionOn
public bool ImageTypicalPredictionOn {get; set;}
@property (nonatomic, assign) BOOL imageTypicalPredictionOn;

            
 
get_ImageTypicalPredictionOn();
set_ImageTypicalPredictionOn(value);
Object.defineProperty('ImageTypicalPredictionOn');
public:
property bool ImageTypicalPredictionOn {
   bool get();
   void set (    bool value);
}

Property Value

true to use typical prediction (TP) while encoding non-text area; otherwise, false.
Example
For an example, refer to CodecsJbig2Options.
Requirements

Target Platforms

See Also

Reference

CodecsJbig2SaveOptions Class
CodecsJbig2SaveOptions Members

 

 


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