DicomObjects.NET Core 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 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also