| PdfViewerPageSeparatorColor Property |
Gets or sets the page separator color.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.89.2704
Syntax public Color PageSeparatorColor { get; set; }
Public Property PageSeparatorColor As Color
Get
Set
public:
property Color PageSeparatorColor {
Color get ();
void set (Color value);
}
member PageSeparatorColor : Color with get, set
/** @property */
public Color get_PageSeparatorColor()
/** @property */
public void set_PageSeparatorColor(Color value)
function get_PageSeparatorColor();
function set_PageSeparatorColor(value);
Property Value
ColorSee Also