ChangeLossyAttributes Property
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
public bool ChangeLossyAttributes {get; set;}
public:
property bool ChangeLossyAttributes {
bool get();
void set ( bool value);
}
'Declaration
Public Property ChangeLossyAttributes As Boolean
'Usage
Dim instance As WriteBehaviours
Dim value As Boolean
instance.ChangeLossyAttributes = value
value = instance.ChangeLossyAttributes
Target Platforms: .NET CLR 3.5 or higher