ChangeLossyUIDs Property (DicomAssociation)
In This Topic
Control allocation of new UIDs for lossy compressed images
Syntax
'Declaration
<System.ObsoleteAttribute("This property has been superceded by WriteBehaviours.ChangeLossyUIDs, which is more flexible, including use when writing files")>
Public Property ChangeLossyUIDs As System.Boolean
[System.Obsolete("This property has been superceded by WriteBehaviours.ChangeLossyUIDs, which is more flexible, including use when writing files")]
public System.bool ChangeLossyUIDs {get; set;}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also