←Select platform

PictureQualityFactor Property

Summary

Gets or sets the compression quality for JPEG, CMP and CMW compression.

Syntax

C#
VB
C++
public int PictureQualityFactor { get; set; } 
  
Public Property PictureQualityFactor As Integer 
public: 
property int PictureQualityFactor { 
   int get(); 
   void set (    int ); 
} 

Property Value

Possible values are between 2 and 255, where 2 is the highest quality and 255 is the most compression. If the PictureCoder is CMW or JPEG lossless compression, the PictureQualityFactor should be 0.

Example

Refer to MrcSegmenter.SaveImage example.

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.Mrc Assembly