ImageGear .NET v24.12 - Updated
Update(Boolean) Method




ImageGear24.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.
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

Reference

PageView Class
PageView Members
Overload List