O2S.Components.PDF4NET.View.Win Documentation
TextSearchResultColor Property



O2S.Components.PDF4NET.View Namespace > PDFDocumentView Class : TextSearchResultColor Property
Gets or sets the color used for highlighting the text search results.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("The highlight color for text search results.")>
Public Property TextSearchResultColor As Color
'Usage
 
Dim instance As PDFDocumentView
Dim value As Color
 
instance.TextSearchResultColor = value
 
value = instance.TextSearchResultColor
[Category("PDF")]
[Description("The highlight color for text search results.")]
public Color TextSearchResultColor {get; set;}
[Category("PDF")]
[Description("The highlight color for text search results.")]
public:
property Color TextSearchResultColor {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color object specifying the color to be used for highlighting the text search results.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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
System.Drawing.Color