DicomObjects.NET.8.48 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 System.Boolean
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Boolean
     
    instance.ShowUpdates = value
     
    value = instance.ShowUpdates
    public System.bool ShowUpdates {get; set;}
    public read-write property ShowUpdates: System.Boolean; 
    public function get,set ShowUpdates : System.boolean
    public: __property System.bool get_ShowUpdates();
    public: __property void set_ShowUpdates( 
       System.bool value
    );
    public:
    property System.bool ShowUpdates {
       System.bool get();
       void set (    System.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: .NET CLR 4.8 or higher

    See Also