ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / Update Method / Update() Method




In This Topic
    Update() Method
    In This Topic
    Causes a redraw of the display. Required anytime the underlying Display or Page object has changed.
    Syntax
    'Declaration
     
    Public Overloads Sub Update() 
    'Usage
     
    Dim instance As PageView
     
    instance.Update()
    public void Update()
    public: void Update(); 
    public:
    void Update(); 
    See Also