PictureQualityFactor Property
Summary
Gets or sets the compression quality for JPEG, CMP and CMW compression.
Syntax
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.