Accusoft.PdfXpress7.Net
RenderAnnotations Property (RenderEpsOptions)




Gets and sets an indicator to render the visible annotations.
Syntax
'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.
See Also

Reference

RenderEpsOptions Class
RenderEpsOptions Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback