 | PdfViewerCurrentPageHighlightColor Property |
Gets or sets the current page highlight color.
Namespace:
Patagames.Pdf.Net.Controls.WinForms
Assembly:
Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.40.2704
Syntaxpublic Color CurrentPageHighlightColor { get; set; }
Public Property CurrentPageHighlightColor As Color
Get
Set
public:
property Color CurrentPageHighlightColor {
Color get ();
void set (Color value);
}
member CurrentPageHighlightColor : Color with get, set
/** @property */
public Color get_CurrentPageHighlightColor()
/** @property */
public void set_CurrentPageHighlightColor(Color value)
function get_CurrentPageHighlightColor();
function set_CurrentPageHighlightColor(value);
Property Value
Type:
Color
See Also