PdfPageDisplayHeader Property
Controls if the header is displayed on this page. By default, if the document or the page has a header
then the header is displayed
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool DisplayHeader { get; set; }
Public Property DisplayHeader As Boolean
Get
Set
public:
property bool DisplayHeader {
bool get ();
void set (bool value);
}
member DisplayHeader : bool with get, set
Property Value
Boolean