| PdfViewerPageBackColor Property |
Gets or sets the background color for the control under PDF page.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.89.2704
Syntax public Color PageBackColor { get; set; }
Public Property PageBackColor As Color
Get
Set
public:
property Color PageBackColor {
Color get ();
void set (Color value);
}
member PageBackColor : Color with get, set
/** @property */
public Color get_PageBackColor()
/** @property */
public void set_PageBackColor(Color value)
function get_PageBackColor();
function set_PageBackColor(value);
Property Value
ColorSee Also