JBIG2SaveFlags property (Main Control)
Builder Syntax |
unsigned JBIG2SaveFlags; |
Delphi Syntax |
JBIG2SaveFlags: L_UINT32 |
Overview |
Refer to Saving a Bitmap to a File. |
Remarks
Gets or sets flags that indicate the unwanted JBIG2 segments and whether to use the typical prediction (TP). You can use a bit wise OR (|) to specify more than one flag. Possible values are:
Value |
Meaning |
0 |
Do nothing. |
FLAG_JBIG2_REMOVE_MARKER |
[0x0001] Removes the two bytes marker from generic region segment data. |
FLAG_JBIG2_REMOVE_HEADER_SEGMENT |
[0x0002] Removes JBIG2 header. |
FLAG_JBIG2_REMOVE_EOP_SEGMENT |
[0x0004] Removes End Of Page segment. |
FLAG_JBIG2_REMOVE_EOF_SEGMENT |
[0x0008] Removes End Of File segment. |
FLAG_JBIG2_TPON |
[0x0010] Uses typical prediction (TP) while encoding. |
The default value is 0.
See Also