Gets and sets the Quality Factor (QFactor) to use when saving Avif images.
public int QualityFactor { get; set; }
@property (nonatomic, assign) NSInteger qualityFactor;
public int getQualityFactor()
public void setQualityFactor(int value)
QualityFactor # get and set (CodecsAvifSaveOptions)
The Quality Factor to use when saving Avif images. The default value is 20
.
The valid range of values is 0 to 51, where 0 is the highest quality and 51 is the most compression.
For information on formats that support quality factor, refer to Compression Quality Factors.
For an example, refer to CodecsAvifOptions.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document