Causes a redraw of the display. Required anytime the underlying Display or Page object has changed.
Syntax
'Declaration
Public Overloads Sub Update( _
ByVal As Boolean _
)
'Usage
Dim instance As PageView
Dim updateLayoutOnly As Boolean
instance.Update(updateLayoutOnly)
public void Update(
bool
)
public: void Update(
bool
)
public:
void Update(
bool
)
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