Quality Property (ChangeUidArgs)
The quality being used for the image compression
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);
}
'Declaration
Public Property Quality As System.Object
'Usage
Dim instance As ChangeUidArgs
Dim value As System.Object
instance.Quality = value
value = instance.Quality
Target Platforms: .NET CLR 4.8 or higher