Accusoft.PdfXpress7.Net
RenderAnnotations Property (RenderOptions)




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

See Also

Reference

RenderOptions Class
RenderOptions Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback