Visual Basic (Declaration) | |
---|---|
Public Property CmpQualityFactorPredefined As CodecsCmpQualityFactorPredefined |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsJpegSaveOptions Dim value As CodecsCmpQualityFactorPredefined instance.CmpQualityFactorPredefined = value value = instance.CmpQualityFactorPredefined |
C# | |
---|---|
public CodecsCmpQualityFactorPredefined CmpQualityFactorPredefined {get; set;} |
C++/CLI | |
---|---|
public: property CodecsCmpQualityFactorPredefined CmpQualityFactorPredefined { CodecsCmpQualityFactorPredefined get(); void set ( CodecsCmpQualityFactorPredefined value); } |
Property Value
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 CodecsJpegSaveOptions.QualityFactor.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)