DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / WriteBehaviours Class / ChangeLossyUIDs Property






In This Topic
    ChangeLossyUIDs Property (WriteBehaviours)
    In This Topic
    Controls whether DicomObjects changes the UID when doing lossy compression
    Syntax
    'Declaration
     
    
    Public Property ChangeLossyUIDs As System.Boolean
    'Usage
     
    
    Dim instance As WriteBehaviours
    Dim value As System.Boolean
     
    instance.ChangeLossyUIDs = value
     
    value = instance.ChangeLossyUIDs
    public System.bool ChangeLossyUIDs {get; set;}
    public read-write property ChangeLossyUIDs: System.Boolean; 
    public function get,set ChangeLossyUIDs : System.boolean
    public: __property System.bool get_ChangeLossyUIDs();
    public: __property void set_ChangeLossyUIDs( 
       System.bool value
    );
    public:
    property System.bool ChangeLossyUIDs {
       System.bool get();
       void set (    System.bool value);
    }
    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.8 or higher

    See Also