PDFView4NET WPF Edition
ShowAnnotations Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : ShowAnnotations Property
Gets or sets a value indicating whether the annotations should be displayed or not.
Syntax
'Declaration
 
Public Property ShowAnnotations As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.ShowAnnotations = value
 
value = instance.ShowAnnotations
public bool ShowAnnotations {get; set;}
public: __property bool get_ShowAnnotations();
public: __property void set_ShowAnnotations( 
   bool value
);
public:
property bool ShowAnnotations {
   bool get();
   void set (    bool value);
}

Property Value

True if the annotations should be displayed, false otherwise. Default is true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageView Class
PDFPageView Members