ImageGear .NET v24.12 - Updated
UpdateAnnotations Method




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : UpdateAnnotations Method
Whether the update should update layout only, or should recreate all the annotations. Use true when only layout specific parameters have changed and no new annotations added.
Causes a redraw of the annotations. Can be used instead of Update anytime only the annotations have been updated.
Syntax
'Declaration
 
Public Sub UpdateAnnotations( _
   ByVal updateLayoutOnly As Boolean _
) 
'Usage
 
Dim instance As PageView
Dim updateLayoutOnly As Boolean
 
instance.UpdateAnnotations(updateLayoutOnly)
public void UpdateAnnotations( 
   bool updateLayoutOnly
)
public: void UpdateAnnotations( 
   bool updateLayoutOnly
) 
public:
void UpdateAnnotations( 
   bool updateLayoutOnly
) 

Parameters

updateLayoutOnly
Whether the update should update layout only, or should recreate all the annotations. Use true when only layout specific parameters have changed and no new annotations added.
See Also

Reference

PageView Class
PageView Members