JBIG2Flags property (Main Control)
Builder Syntax |
unsigned JBIG2Flags |
Delphi Syntax |
JBIG2Flags: L_UINT |
Overview |
Refer to Saving a Bitmap to a File. |
Remarks
Flags that indicate 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 |
Removing the unwanted JBIG2 segments: |
|
JBIG2_REMOVE_MARKER |
[0x0001] Removes the two bytes marker from the generic region segment data. |
JBIG2_REMOVE_HEADER_SEGMENT |
[0x0002] Removes the JBIG2 header. |
JBIG2_REMOVE_EOP_SEGMENT |
[0x0004] Removes the End Of Page segment. |
JBIG2_REMOVE_EOF_SEGMENT |
[0x0008] Removes the End Of File segment. |
Using dictionary for text symbols: |
|
JBIG2_ENABLE_DICTIONARY |
[0x0100] Enables the encoder to use the text symbol dictionary. This is the default value. |
See Also