Specifies whether to take no action, keep all dictionary symbols or remove unrepeated symbols from the dictionary when saving JBIG2 files with an IWICLeadBitmapEncoder.
typedef enum WICLeadJb2TextFlags{ WICLeadJb2ImageFlagsNone= 0, WICLeadJb2ImageFlagsUseTypicalPrediction= 0x1000, WICLeadJb2TextFlagKeepAllSymbols= 0x2000, } WICLeadJb2TextFlags; |
For more information, refer to the Jb2_TextFlags property bag item.
For an example, refer to LEAD Bitmap Encoder Property Bag: JBIG2 Specific Options.