XFINIUM.PDF.View.Win Documentation
ShowAnnotations Property



Xfinium.Pdf.View Namespace > PdfDocumentView Class : ShowAnnotations Property
Gets or sets a value indicating whether the annotations should be displayed or not.
Syntax
'Declaration
 
<CategoryAttribute("PDF Annotations")>
<DescriptionAttribute("Shows or hides the annotations")>
<DefaultValueAttribute(True)>
Public Property ShowAnnotations As Boolean
'Usage
 
Dim instance As PdfDocumentView
Dim value As Boolean
 
instance.ShowAnnotations = value
 
value = instance.ShowAnnotations
[Category("PDF Annotations")]
[Description("Shows or hides the annotations")]
[DefaultValue(true)]
public bool ShowAnnotations {get; set;}
[Category("PDF Annotations")]
[Description("Shows or hides 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

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfDocumentView Class
PdfDocumentView Members