Sdílet prostřednictvím


HtmlPrintDocumentSource.EnableHeaderFooter Property

Definition

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.

Applies to