DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / ShowUpdates Property






    ShowUpdates Property
    Controls whether the images is updated when image display parameters change
    Syntax
    'Declaration
     
    
    Public Property ShowUpdates As System.Boolean
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Boolean
     
    instance.ShowUpdates = value
     
    value = instance.ShowUpdates
    Remarks
    Set this property false before making multiple changes to an image, e.Graphics. Zoom, Scroll and Windowing, then set true once changes are complete. This will ensure that only a single screen update occurs.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also