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