←Select platform

TextRemoveUnrepeatedSymbol Property

Summary
Gets or sets a value indicating whether to remove unrepeated symbols from the dictionary.
Syntax
C#
VB
Objective-C
C++
Java
public bool TextRemoveUnrepeatedSymbol {get; set;} 
Public Property TextRemoveUnrepeatedSymbol As Boolean 
@property (nonatomic, assign) BOOL textRemoveUnrepeatedSymbol 
public boolean isTextRemoveUnrepeatedSymbol() 
public void setTextRemoveUnrepeatedSymbol(boolean removeUnrepeatedSymbol) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.