ChangeLossyAttributes Property
In This Topic
Controls whether DicomObjects alters Lossy compression related attributes (for e.g. Instance UID, Source Image Sequence and Image Type) to reflect the change in data due to lossy compression.
ChangeLossyUIDs is a subset of this property where that only controls the UID changes but the other attributes are updated appropriately
Syntax
'Declaration
Public Property ChangeLossyAttributes As System.Boolean
'Usage
Dim instance As WriteBehaviours
Dim value As System.Boolean
instance.ChangeLossyAttributes = value
value = instance.ChangeLossyAttributes
public System.bool ChangeLossyAttributes {get; set;}
public read-write property ChangeLossyAttributes: System.Boolean;
public function get,set ChangeLossyAttributes : System.boolean
public: __property System.bool get_ChangeLossyAttributes();
public: __property void set_ChangeLossyAttributes(
System.bool value
);
public:
property System.bool ChangeLossyAttributes {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also