DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also