| PdfViewerShowPageSeparator Property |
Determines whether the page separator 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 ShowPageSeparator { get; set; }
Public Property ShowPageSeparator As Boolean
Get
Set
public:
property bool ShowPageSeparator {
bool get ();
void set (bool value);
}
member ShowPageSeparator : bool with get, set
/** @property */
public boolean get_ShowPageSeparator()
/** @property */
public void set_ShowPageSeparator(boolean value)
function get_ShowPageSeparator();
function set_ShowPageSeparator(value);
Property Value
BooleanSee Also