Gets and sets the Quality Factor (QFactor) to use when saving JPEG, LEAD CMP and other compressed images that support Quality Factor.
public int QualityFactor { get; set; }
Public Property QualityFactor As Integer
public int QualityFactor {get; set;}
@property (nonatomic, assign) NSInteger qualityFactor
public int getQualityFactor()
public void setQualityFactor(int value)
<br/>get_QualityFactor();<br/>set_QualityFactor(value);<br/>Object.defineProperty('QualityFactor');
The Quality Factor to use when saving JPEG and LEAD CMP compressed images.
You can set a value from 2 to 255, where 2 is the highest quality and 255 is the most compression.
You can also use a factor of 0 to produce lossless JPEG files.
For information on formats that support quality factor, refer to Compression Quality Factors.
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