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