Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / JPEGDescription Class / Quality Property


In This Topic
    Quality Property
    In This Topic
    The quality parameter of the JPEG image.
    Syntax
    'Declaration
     
    <XmlAttributeAttribute()>
    Public Property Quality As Integer
    'Usage
     
    Dim instance As JPEGDescription
    Dim value As Integer
     
    instance.Quality = value
     
    value = instance.Quality
    [XmlAttribute()]
    public 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