Nevron .NET Vision
Nevron.GraphicsCore Namespace / NJpegImageFormat Class / Quality Property


In This Topic
    Quality Property
    In This Topic
    The quality parameter of the JPEG image.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(100)>
    Public Property Quality As System.Integer
    'Usage
     
    
    Dim instance As NJpegImageFormat
    Dim value As System.Integer
     
    instance.Quality = value
     
    value = instance.Quality
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(100)]
    public System.int Quality {get; set;}
    Remarks
    This value varies from 0 to 100. The default value is 100 which delivers a JPEG image with best quality.
    Requirements

    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

    See Also