Gets and sets an indicator to render the visible annotations.
            
            
            
            
            
            
            
            'Declaration
 
Public Property RenderAnnotations As Boolean
             
        
            
            'Usage
 
Dim instance As RenderEpsOptions
Dim value As Boolean
 
instance.RenderAnnotations = value
 
value = instance.RenderAnnotations
             
        
            
            public bool RenderAnnotations {get; set;}
             
        
            
            public: __property bool get_RenderAnnotations();
public: __property void set_RenderAnnotations( 
   bool value
);
             
        
            
            public:
property bool RenderAnnotations {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
A boolean value which is 
true to render the visible annotations. Otherwise, 
false is used.