Gets and sets the pre-defined QFactor value when saving LEAD CMP compressed images.
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');
public:
property Leadtools.Codecs.CodecsCmpQualityFactorPredefined CmpQualityFactorPredefined {
Leadtools.Codecs.CodecsCmpQualityFactorPredefined get();
void set ( Leadtools.Codecs.CodecsCmpQualityFactorPredefined );
}
The LEAD CMP pre-defined QFactor.
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.
For an example, refer to CodecsJpegOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET