PDFView4NET WinForms Edition
HighlightSelectedAnnotation Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : HighlightSelectedAnnotation Property
Gets or sets a value indicating whether the selected annotation should be highlighted or not.
Syntax
'Declaration
 
<CategoryAttribute("PDF Annotations")>
<DescriptionAttribute("Highlights the selected annotation")>
<DefaultValueAttribute(True)>
Public Property HighlightSelectedAnnotation As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.HighlightSelectedAnnotation = value
 
value = instance.HighlightSelectedAnnotation
[Category("PDF Annotations")]
[Description("Highlights the selected annotation")]
[DefaultValue(true)]
public bool HighlightSelectedAnnotation {get; set;}
[Category("PDF Annotations")]
[Description("Highlights the selected annotation")]
[DefaultValue(true)]
public: __property bool get_HighlightSelectedAnnotation();
public: __property void set_HighlightSelectedAnnotation( 
   bool value
);
[Category("PDF Annotations")]
[Description("Highlights the selected annotation")]
[DefaultValue(true)]
public:
property bool HighlightSelectedAnnotation {
   bool get();
   void set (    bool value);
}

Property Value

True if the selected annotation should be highlighted, false otherwise. Default is true.
Remarks
The selected annotation is highlighted by drawing a dotted rectangle around the annotation.
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