Accusoft.PdfXpress7.Net
ShowAnnotationFaces Property




Draw PDF annotation appearances.
Syntax
'Declaration
 
Public Property ShowAnnotationFaces As Boolean
'Usage
 
Dim instance As RenderDcOptions
Dim value As Boolean
 
instance.ShowAnnotationFaces = value
 
value = instance.ShowAnnotationFaces
public bool ShowAnnotationFaces {get; set;}
public: __property bool get_ShowAnnotationFaces();
public: __property void set_ShowAnnotationFaces( 
   bool value
);
public:
property bool ShowAnnotationFaces {
   bool get();
   void set (    bool value);
}

Property Value

true or false.
Remarks

If enabled, PDF annotations appearances are drawn to the Windows GDI+ device context.

If disabled, PDF annotation appearances are not drawn to the Windows GDI+ device context.

The default value is false.

See Also

Reference

RenderDcOptions Class
RenderDcOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback