SaveJBIG2TextFlags property (LEADDlgFile Control)
Builder Syntax |
unsigned SaveJBIG2TextFlags |
Delphi Syntax |
SaveJBIG2TextFlags: L_UINT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets a value used in the Save Dialog Box 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