PdfPrintSettingsHeaderFooterEnabled Property |
Version 130.1.90Note: This API is now obsolete.
Set to true to print headers and footers or false to not print
headers and footers.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax [ObsoleteAttribute("Use DisplayHeaderFooter instead")]
public bool HeaderFooterEnabled { get; set; }
public:
[ObsoleteAttribute(L"Use DisplayHeaderFooter instead")]
property bool HeaderFooterEnabled {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also