| Visual Basic (Declaration) | |
|---|---|
Public Property CmpQualityFactorPredefined As CodecsCmpQualityFactorPredefined | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public CodecsCmpQualityFactorPredefined CmpQualityFactorPredefined {get; set;} | |
| C++/CLI | |
|---|---|
public: property CodecsCmpQualityFactorPredefined CmpQualityFactorPredefined { CodecsCmpQualityFactorPredefined get(); void set (CodecsCmpQualityFactorPredefined value); } | |
Return Value
An CodecsCmpQualityFactorPredefined value that specifies the LEAD CMP pre-defined QFactor.For an example, refer to CodecsJpegOptions.
When saving LEAD CMP compressed images, you can specify a pre-defined QFactor.
If you set this property to CodecsCmpQualityFactorPredefined.Custom, then you can set a custom QFactor in CodecsJpegOptions+CodecsJpegSaveOptions.QualityFactor.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code