←Select platform

ImageTypicalPredictionOn Property

Summary

Gets or sets a value that indicates whether to use typical prediction (TP) while encoding non-text area.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool ImageTypicalPredictionOn {get; set;} 
Public Property ImageTypicalPredictionOn As Boolean 
public bool ImageTypicalPredictionOn {get; set;} 
@property (nonatomic, assign) BOOL imageTypicalPredictionOn 
public boolean isImageTypicalPredictionOn() 
public void setImageTypicalPredictionOn(boolean imageTypicalPrediction) 
             
 <br/>get_ImageTypicalPredictionOn();<br/>set_ImageTypicalPredictionOn(value);<br/>Object.defineProperty('ImageTypicalPredictionOn');  
public: 
property bool ImageTypicalPredictionOn { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly