Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.27
WICLeadJb2ImageFlags Enumerated Type
See Also

Specifies type of prediction to use when saving JBIG2 files with an IWICLeadBitmapEncoder.

Syntax

 
typedef enum WICLeadJb2ImageFlags{
        WICLeadJb2ImageFlagsNone= 0,
        WICLeadJb2ImageFlagsUseTypicalPrediction= 0x0010,
  } WICLeadJb2ImageFlags;

Constants

This enumeration is used with the Jb2_ImageFlags property bag item when saving JBIG2 files.

WICLeadJb2ImageFlags Meaning
WICLeadJb2ImageFlagsNone No prediction.
WICLeadJb2ImageFlagsUseTypicalPrediction Use typical prediction.

 

Remarks

For more information, refer to the Jb2_ImageFlags property bag item.

See Also

Example