DicomObjects.NET Core Documentation
DicomObjects.EventArguments Namespace / ChangeUidArgs Class / Quality Property



In This Topic
    Quality Property (ChangeUidArgs)
    In This Topic
    The quality being used for the image compression
    Syntax
    'Declaration
     
    
    Public Property Quality As Object
    'Usage
     
    
    Dim instance As ChangeUidArgs
    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
    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