PDFView4NET WinForms Edition
ShowAnnotations Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : ShowAnnotations Property
Gets or sets a value indicating whether the annotations should be displayed or not.
Syntax
'Declaration
 
<CategoryAttribute("PDF Annotations")>
<DescriptionAttribute("Displays the annotations")>
<DefaultValueAttribute(True)>
Public Property ShowAnnotations As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.ShowAnnotations = value
 
value = instance.ShowAnnotations
[Category("PDF Annotations")]
[Description("Displays the annotations")]
[DefaultValue(true)]
public bool ShowAnnotations {get; set;}
[Category("PDF Annotations")]
[Description("Displays the annotations")]
[DefaultValue(true)]
public: __property bool get_ShowAnnotations();
public: __property void set_ShowAnnotations( 
   bool value
);
[Category("PDF Annotations")]
[Description("Displays the annotations")]
[DefaultValue(true)]
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