| PdfViewerCurrentPageHighlightColor Property |
Gets or sets the current page highlight color.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.89.2704
Syntax public 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
ColorSee Also