Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

QualityFactor Property






Gets or sets the Quality Factor (Q. Factor) for lossy image compression.
Syntax
public int QualityFactor {get; set;}
'Declaration
 
Public Property QualityFactor As Integer
'Usage
 
Dim instance As ImageFormat
Dim value As Integer
 
instance.QualityFactor = value
 
value = instance.QualityFactor

            

            
public:
property int QualityFactor {
   int get();
   void set (    int value);
}

Property Value

A System.Int32 value from 2-255 for lossy compression or 0 for lossless compression.
Requirements

Target Platforms

See Also

Reference

ImageFormat Class
ImageFormat Members

Error processing SSI file