PDFView4NET WPF Edition
SearchResultHighlightColor Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : SearchResultHighlightColor Property
Gets or sets the color of the search result.
Syntax
'Declaration
 
Public Property SearchResultHighlightColor As Color
'Usage
 
Dim instance As PDFPageView
Dim value As Color
 
instance.SearchResultHighlightColor = value
 
value = instance.SearchResultHighlightColor
public Color SearchResultHighlightColor {get; set;}
public: __property Color get_SearchResultHighlightColor();
public: __property void set_SearchResultHighlightColor( 
   Color value
);
public:
property Color SearchResultHighlightColor {
   Color get();
   void set (    Color value);
}

Property Value

The color of the search result.
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