SaveJBIG2Flags property (LEADDlgFile Control)
Builder Syntax |
unsigned SaveJBIG2Flags |
Delphi Syntax |
SaveJBIG2Flags: 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 remove unwanted JBIG2 segments and whether to use the dictionary for text symbols. You can use a bit-wise OR (|) to specify more than one flag. Possible values are:
Value |
Meaning |
JBIG2_REMOVE_MARKER |
[0x0001] Remove the two bytes marker from the generic region segment data. |
JBIG2_REMOVE_HEADER_SEGMENT |
[0x0002] Remove the JBIG2 header. |
JBIG2_REMOVE_EOP_SEGMENT |
[0x0004] Remove the End Of Page segment. |
JBIG2_REMOVE_EOF_SEGMENT |
[0x0008] Remove the End Of File segment. |
Using dictionary for text symbols: |
|
JBIG2_ENABLE_DICTIONARY |
[0x0100] Enable the encoder to use the text symbol dictionary. |
The default value is JBIG2_ENABLE_DICTIONARY.
See Also