DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / ShowUpdates Property



In This Topic
    ShowUpdates Property
    In This Topic
    Controls whether the images is updated when image display parameters change
    Syntax
    'Declaration
     
    
    Public Property ShowUpdates As Boolean
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As Boolean
     
    instance.ShowUpdates = value
     
    value = instance.ShowUpdates
    public bool ShowUpdates {get; set;}
    public:
    property bool ShowUpdates {
       bool get();
       void set (    bool value);
    }
    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: 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