ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / Update Method / Update(Boolean) Method
Whether the update should update layout only, or should rerender the image. Use true when only layout specific parameters have changed.




In This Topic
    Update(Boolean) 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( _
       ByVal updateLayoutOnly As Boolean _
    ) 
    'Usage
     
    Dim instance As PageView
    Dim updateLayoutOnly As Boolean
     
    instance.Update(updateLayoutOnly)
    public void Update( 
       bool updateLayoutOnly
    )
    public: void Update( 
       bool updateLayoutOnly
    ) 
    public:
    void Update( 
       bool updateLayoutOnly
    ) 

    Parameters

    updateLayoutOnly
    Whether the update should update layout only, or should rerender the image. Use true when only layout specific parameters have changed.
    See Also