←Select platform

CmpQualityFactorPredefined Property

Summary

Gets and sets the pre-defined QFactor value when saving LEAD CMP compressed images.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public CodecsCmpQualityFactorPredefined CmpQualityFactorPredefined { get; set; } 
Public Property CmpQualityFactorPredefined As Leadtools.Codecs.CodecsCmpQualityFactorPredefined 
public Leadtools.Codecs.CodecsCmpQualityFactorPredefined CmpQualityFactorPredefined {get; set;} 
@property (nonatomic, assign) LTCodecsCmpQualityFactorPredefined cmpQualityFactorPredefined 
public CodecsCmpQualityFactorPredefined getCmpQualityFactorPredefined() 
public void setCmpQualityFactorPredefined(CodecsCmpQualityFactorPredefined value) 
             
 <br/>get_CmpQualityFactorPredefined();<br/>set_CmpQualityFactorPredefined(value);<br/>Object.defineProperty('CmpQualityFactorPredefined');  

Property Value

The LEAD CMP pre-defined QFactor.

Remarks

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 QualityFactor.

Example

For an example, refer to CodecsJpegOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly