Leadtools.Mrc Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
PictureQualityFactor Property
See Also 
Leadtools.Mrc Namespace > MrcCompressionOptions Structure : PictureQualityFactor Property




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

Syntax

Visual Basic (Declaration) 
Public Property PictureQualityFactor As Integer
Visual Basic (Usage)Copy Code
Dim instance As MrcCompressionOptions
Dim value As Integer
 
instance.PictureQualityFactor = value
 
value = instance.PictureQualityFactor
C# 
public int PictureQualityFactor {get; set;}
Managed Extensions for C++ 
public: __property int get_PictureQualityFactor();
public: __property void set_PictureQualityFactor( 
   int value
);
C++/CLI 
public:
property int PictureQualityFactor {
   int get();
   void set (int value);
}

Return 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 SaveImage example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Mrc requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features