←Select platform

TextRemoveUnrepeatedSymbol Property

Summary

Gets or sets a value indicating whether to remove unrepeated symbols from the dictionary.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool TextRemoveUnrepeatedSymbol {get; set;} 
Public Property TextRemoveUnrepeatedSymbol As Boolean 
public bool TextRemoveUnrepeatedSymbol {get; set;} 
@property (nonatomic, assign) BOOL textRemoveUnrepeatedSymbol 
public boolean isTextRemoveUnrepeatedSymbol() 
public void setTextRemoveUnrepeatedSymbol(boolean removeUnrepeatedSymbol) 
             
 <br/>get_TextRemoveUnrepeatedSymbol();<br/>set_TextRemoveUnrepeatedSymbol(value);<br/>Object.defineProperty('TextRemoveUnrepeatedSymbol');  
public: 
property bool TextRemoveUnrepeatedSymbol { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to remove unrepeated symbols from the dictionary; otherwise, false.

Remarks

Set this value to true to have those symbols in the dictionary which do not have any match in the image removed from the text dictionary to be encoded as non-text, resulting in a smaller file size.

Example

For an example, refer to CodecsJbig2SaveOptions.

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