DicomObjects.NET.V8
DicomObjects Namespace / WriteBehaviours Class / ChangeLossyUIDs Property



    ChangeLossyUIDs Property (WriteBehaviours)
    Controls whether DicomObjects changes the UID when doing lossy compression
    Syntax
    'Declaration
     
    Public Property ChangeLossyUIDs As Boolean
     
    'Usage
     
    Dim instance As WriteBehaviours
    Dim value As Boolean
     
    instance.ChangeLossyUIDs = value
     
    value = instance.ChangeLossyUIDs
    Remarks

    This is initialised from DicomGlobal.ChangeLossyUIDs - see that property for more details of the effects of this property.

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also