PdfPrintSettingsHeaderFooterEnabled Property |
Version 55.0.0
Set to true to print headers and footers or false to not print
headers and footers.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public bool HeaderFooterEnabled { get; set; }
public:
property bool HeaderFooterEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also