Accusoft.PdfXpress7.Net
RenderAnnotations Property (RenderOptions)




Gets and sets an indicator to render the visible annotations.
Syntax
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);
}
'Declaration
 
Public Property RenderAnnotations As Boolean
 
'Usage
 
Dim instance As RenderOptions
Dim value As Boolean
 
instance.RenderAnnotations = value
 
value = instance.RenderAnnotations

Property Value

A boolean value which is true to render the visible annotations.
Requirements

See Also

Reference

RenderOptions Class
RenderOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback