DicomObjects.NET8 Documentation
DicomObjects.Codecs Namespace / CompressionArguments Class / Quality Property



In This Topic
    Quality Property (CompressionArguments)
    In This Topic
    A data to describe compression quality
    Syntax
    'Declaration
     
    
    Public Property Quality As Object
    'Usage
     
    
    Dim instance As CompressionArguments
    Dim value As Object
     
    instance.Quality = value
     
    value = instance.Quality
    public object Quality {get; set;}
    public:
    property Object^ Quality {
       Object^ get();
       void set (    Object^ value);
    }
    Remarks
    The meaning of this property is codec dependent.
    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