|
PdfHeaderDisplayOnFirstPage Property
|
Controls the visibility of the header on the first page of the generated pdf document.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic bool DisplayOnFirstPage { get; set; }Public Property DisplayOnFirstPage As Boolean
Get
Set
Property Value
Boolean
Remarks
When this property is true the header will be displayed on the first page of the pdf document, otherwise it will not be visible.
This property has priority over
DisplayOnOddPages. The default value is true.
See Also