JBIG2TextFlags property (Main Control)
Builder Syntax |
unsigned JBIG2TextFlags |
Delphi Syntax |
JBIG2TextFlags: L_UINT |
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] Removes 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] Keeps all dictionary symbols. This is the default value. |
See Also