JBIG2TextFlags property (ILEADRasterIO)
long JBIG2TextFlags; | |
Overview |
Refer to Saving a Bitmap to a File. |
Remarks
Flag that indicates whether to keep all dictionary symbols or remove unrepeated symbols from the dictionary. Possible values are:
Value |
Meaning |
JBIG2_TEXT_REMOVEUNREPEATEDSYM |
[0x1000] Remove unrepeated symbols from the dictionary. When this flag is used those symbols in the dictionary which do not have any match in the bitmap are removed from the text dictionary to be encoded as non-text, resulting in a smaller file size. |
JBIG2_TEXT_KEEPALLSYM |
[0x2000] Keep all dictionary symbols. |
The default value is JBIG2_TEXT_KEEPALLSYM.
See Also