ChangeLossyUIDs Property (DicomGlobal)
In This Topic
Controls whether DicomObjects changes the UID when doing lossy compression
Syntax
'Declaration
Public Shared Property ChangeLossyUIDs As System.Boolean
'Usage
Dim value As System.Boolean
DicomGlobal.ChangeLossyUIDs = value
value = DicomGlobal.ChangeLossyUIDs
public static System.bool ChangeLossyUIDs {get; set;}
public read-write property ChangeLossyUIDs: System.Boolean; static;
public static function get,set ChangeLossyUIDs : System.boolean
public: __property static System.bool get_ChangeLossyUIDs();
public: __property static void set_ChangeLossyUIDs(
System.bool value
);
public:
static property System.bool ChangeLossyUIDs {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also