Visual Basic (Declaration) | |
---|---|
Public Property TextRemoveUnrepeatedSymbol As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsJbig2SaveOptions Dim value As Boolean instance.TextRemoveUnrepeatedSymbol = value value = instance.TextRemoveUnrepeatedSymbol |
C# | |
---|---|
public bool TextRemoveUnrepeatedSymbol {get; set;} |
Property Value
true to remove unrepeated symbols from the dictionary; otherwise, false.For an example, refer to CodecsJbig2SaveOptions.
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.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)