ImageGear .NET v25.2 - Updated
ImageGear.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.




In This Topic
    UpdateAnnotations Method
    In This Topic
    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