| PdfViewerShowCurrentPageHighlight Property |
Determines whether the current page's highlight is visible or hidden.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.89.2704
Syntax public bool ShowCurrentPageHighlight { get; set; }
Public Property ShowCurrentPageHighlight As Boolean
Get
Set
public:
property bool ShowCurrentPageHighlight {
bool get ();
void set (bool value);
}
member ShowCurrentPageHighlight : bool with get, set
/** @property */
public boolean get_ShowCurrentPageHighlight()
/** @property */
public void set_ShowCurrentPageHighlight(boolean value)
function get_ShowCurrentPageHighlight();
function set_ShowCurrentPageHighlight(value);
Property Value
BooleanSee Also