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

Specifies an enumeration to use when calling the IWICLeadBitmapEncoder::GetLeadEnumFriendlyName method.

Syntax

 
typedef enum WICLeadEnumName{
        WICLeadEnum_WICLeadCmpQualityFactorPredefined   = 0,
        WICLeadEnum_WICLeadAbcQualityFactorPredefined   = 1,
        WICLeadEnum_WICLeadSubFormatFlags               = 2, 
        WICLeadEnum_WICLeadDitherType                   = 3,
        WICLeadEnum_WICLeadJ2kCompressionControl        = 4,
        WICLeadEnum_WICLeadJ2kProgressOrder             = 5,
        WICLeadEnum_WICLeadJb2ImageFlags                = 6,
        WICLeadEnum_WICLeadJb2TextFlags                 = 7,
        WICLeadEnum_WICLeadJb2Flags                     = 8,
        WICLeadEnum_WICLeadSubFormat                    = 9,

} WICLeadEnumName;

Constants

This enumeration is used with the IWICLeadBitmapEncoder::GetLeadEnumFriendlyName method to specify which enumeration friendly name to retrieve.

WICLeadEnumName Meaning
WICLeadEnum_WICLeadCmpQualityFactorPredefined Use the WICLeadCmpQualityFactorPredefined enumeration.
WICLeadEnum_WICLeadAbcQualityFactorPredefined Use the WICLeadAbcQualityFactorPredefined enumeration.
WICLeadEnum_WICLeadSubFormatFlags Use the WICLeadSubFormatFlags enumeration.
WICLeadEnum_WICLeadDitherType Use the WICLeadDitherType enumeration.
WICLeadEnum_WICLeadJ2kCompressionControl Use the WICLeadJ2kCompressionControl enumeration.
WICLeadEnum_WICLeadJ2kProgressOrder Use the WICLeadJ2kProgressOrder enumeration.
WICLeadEnum_WICLeadJb2ImageFlags Use the WICLeadJb2ImageFlags enumeration<./td>
WICLeadEnum_WICLeadJb2TextFlags Use the WICLeadJb2TextFlags enumeration.
WICLeadEnum_WICLeadJb2Flags Use the WICLeadJb2Flags enumeration.
WICLeadEnum_WICLeadSubFormat Use the WICLeadSubFormat enumeration.

 

Remarks

For more information, refer to the IWICLeadBitmapEncoder::GetLeadEnumFriendlyName method.

See Also

Example

For an example, refer to the IWICLeadBitmapEncoder::GetLeadEnumFriendlyName