DicomObjects.NET.V8
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 Boolean
    'Usage
     
    Dim instance As WriteBehaviours
    Dim value As Boolean
     
    instance.ChangeLossyAttributes = value
     
    value = instance.ChangeLossyAttributes
    public bool ChangeLossyAttributes {get; set;}
    public:
    property bool ChangeLossyAttributes {
       bool get();
       void set (    bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also