JBIG2ImageFlags property (ILEADRasterIO)
long JBIG2ImageFlags; | |
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