PdfHeaderOptionsShowOnFirstPage Property |
When this property is true the header will be shown on the first page otherwise it will not be shown.
This property has priority over ShowOnOddPages. The default value is true.
Namespace:
ExpertPdf.HtmlToPdf
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public bool ShowOnFirstPage { get; set; }
Public Property ShowOnFirstPage As Boolean
Get
Set
Property Value
Type:
BooleanSee Also