Value to place into DICOM attribute (0028,2114) when an image is compressed
public System.string LossyType {get; set;}
public read-write property LossyType: System.String;
public function get,set LossyType : System.String
public: __property System.string* get_LossyType();
public: __property void set_LossyType(
System.string* value
);
public:
property System.String^ LossyType {
System.String^ get();
void set ( System.String^ value);
}
'Declaration
Public Property LossyType As System.String
'Usage
Dim instance As ImportArguments
Dim value As System.String
instance.LossyType = value
value = instance.LossyType
Target Platforms: .NET CLR 4.8 or higher