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
'Usage
Dim instance As DicomAssociation
Dim value As System.Boolean
instance.ChangeLossyUIDs = value
value = instance.ChangeLossyUIDs
[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;}
public read-write property ChangeLossyUIDs: System.Boolean;
System.ObsoleteAttribute("This property has been superceded by WriteBehaviours.ChangeLossyUIDs, which is more flexible, including use when writing files")
public function get,set ChangeLossyUIDs : System.boolean
[System.Obsolete("This property has been superceded by WriteBehaviours.ChangeLossyUIDs, which is more flexible, including use when writing files")]
public: __property System.bool get_ChangeLossyUIDs();
public: __property void set_ChangeLossyUIDs(
System.bool value
);
[System.Obsolete("This property has been superceded by WriteBehaviours.ChangeLossyUIDs, which is more flexible, including use when writing files")]
public:
property System.bool ChangeLossyUIDs {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also