JBIG2ImageFlags property (Main Control)
Builder Syntax |
unsigned JBIG2ImageFlags |
Delphi Syntax |
JBIG2ImageFlags: L_UINT |
Overview |
Refer to Saving a Bitmap to a File. |
Remarks
Flag that indicates whether to use typical prediction (TP) when encoding a non-text area. Possible value is:
Value |
Meaning |
JBIG2_IMAGE_TPON |
[0x0010] Use typical prediction (TP). |
The default value is 0.
See Also