XFINIUM.PDF.View.Wpf Documentation
TextSearchResultAppearance Property



Xfinium.Pdf.View Namespace > PdfDocumentView Class : TextSearchResultAppearance Property
Gets or sets the appearance used for highlighting the text search results.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("The highlight appearance for text search results.")>
Public Property TextSearchResultAppearance As PathVisualAppearance
'Usage
 
Dim instance As PdfDocumentView
Dim value As PathVisualAppearance
 
instance.TextSearchResultAppearance = value
 
value = instance.TextSearchResultAppearance
[Category("PDF")]
[Description("The highlight appearance for text search results.")]
public PathVisualAppearance TextSearchResultAppearance {get; set;}
[Category("PDF")]
[Description("The highlight appearance for text search results.")]
public:
property PathVisualAppearance^ TextSearchResultAppearance {
   PathVisualAppearance^ get();
   void set (    PathVisualAppearance^ value);
}

Property Value

A PathVisualAppearance object specifying the appearance to be used for highlighting the text search results.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


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