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

In This Topic
    ChangeLossyAttributes Property
    In This Topic
    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
    Syntax
    'Declaration
     
    
    Public Property ChangeLossyAttributes As System.Boolean
    public System.bool ChangeLossyAttributes {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also