HtmlPrintDocumentSource.EnableHeaderFooter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets and sets a value that controls whether header and footer are enabled in the document source.
public:
property bool EnableHeaderFooter { bool get(); void set(bool value); };
bool EnableHeaderFooter();
void EnableHeaderFooter(bool value);
public bool EnableHeaderFooter { get; set; }
var boolean = htmlPrintDocumentSource.enableHeaderFooter;
htmlPrintDocumentSource.enableHeaderFooter = boolean;
Public Property EnableHeaderFooter As Boolean
Property Value
Boolean
bool
A Boolean value that indicates whether header and footer are enabled in the document source. TRUE indicates enabled and FALSE indicates disabled.