PDFView4NET WPF Edition
TextSelectionColor Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : TextSelectionColor Property
Gets or sets the text selection color.
Syntax
'Declaration
 
Public Property TextSelectionColor As Color
'Usage
 
Dim instance As PDFPageView
Dim value As Color
 
instance.TextSelectionColor = value
 
value = instance.TextSelectionColor
public Color TextSelectionColor {get; set;}
public: __property Color get_TextSelectionColor();
public: __property void set_TextSelectionColor( 
   Color value
);
public:
property Color TextSelectionColor {
   Color get();
   void set (    Color value);
}

Property Value

The text selection color.
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