Gets or sets the compression quality for JPEG, CMP and CMW compression.
public int PictureQualityFactor {get; set;}
public int PictureQualityFactor {get; set;}
get_PictureQualityFactor();
set_PictureQualityFactor(value);
public:
property int PictureQualityFactor {
int get();
void set ( int value);
}
'Declaration
Public Property PictureQualityFactor As Integer
'Usage
Dim instance As MrcCompressionOptions
Dim value As Integer
instance.PictureQualityFactor = value
value = instance.PictureQualityFactor
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2