Specifies an enumeration to use when calling the IWICLeadBitmapEncoder::GetLeadEnumFriendlyName method.
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; |
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. WICLeadEnum_WICLeadJb2TextFlags Use the WICLeadJb2TextFlags enumeration. WICLeadEnum_WICLeadJb2Flags Use the WICLeadJb2Flags enumeration. WICLeadEnum_WICLeadSubFormat Use the WICLeadSubFormat enumeration.
For more information, refer to the IWICLeadBitmapEncoder::GetLeadEnumFriendlyName method.
For an example, refer to the IWICLeadBitmapEncoder::GetLeadEnumFriendlyName