DicomObjects.NET.8.48 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 System.Object
    'Usage
     
    
    Dim instance As ChangeUidArgs
    Dim value As System.Object
     
    instance.Quality = value
     
    value = instance.Quality
    public System.object Quality {get; set;}
    public read-write property Quality: System.TObject; 
    public function get,set Quality : System.Object
    public: __property System.Object* get_Quality();
    public: __property void set_Quality( 
       System.Object* value
    );
    public:
    property System.Object^ Quality {
       System.Object^ get();
       void set (    System.Object^ value);
    }
    Remarks
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also