Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

CmpQualityFactorPredefined Property








Gets and sets the pre-defined QFactor value when saving LEAD CMP compressed images.
Syntax
public CodecsCmpQualityFactorPredefined CmpQualityFactorPredefined {get; set;}
'Declaration
 
Public Property CmpQualityFactorPredefined As CodecsCmpQualityFactorPredefined
'Usage
 
Dim instance As CodecsJpegSaveOptions
Dim value As CodecsCmpQualityFactorPredefined
 
instance.CmpQualityFactorPredefined = value
 
value = instance.CmpQualityFactorPredefined
public 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'); 
public:
property CodecsCmpQualityFactorPredefined CmpQualityFactorPredefined {
   CodecsCmpQualityFactorPredefined get();
   void set (    CodecsCmpQualityFactorPredefined value);
}

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

See Also

Reference

CodecsJpegSaveOptions Class
CodecsJpegSaveOptions Members
Compression Using LEAD and JPEG Formats

Error processing SSI file