Gets or sets a value indicating whether to remove unrepeated symbols from the dictionary.
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');
true to remove unrepeated symbols from the dictionary; otherwise, false.
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.
For an example, refer to CodecsJbig2SaveOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET