Controls if the footer is displayed on this page. By default, if the document or the page has a footer
then the footer is displayed
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool DisplayFooter { get; set; }
Public Property DisplayFooter As Boolean
Get
Set
public:
property bool DisplayFooter {
bool get ();
void set (bool value);
}
member DisplayFooter : bool with get, set
Property Value
Type:
Boolean
Reference