Click or drag to resize

PdfHeaderOptionsHeaderImage Property

The image to be displayed in the header. The image will be displayed at the location specified by the HeaderImageLocation and its width in PDF is specified by the HeaderImageWidth property. This property is obsolete and it was preserved for backward compatibility. The preferred property is ImageArea.

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public Image HeaderImage { get; set; }

Property Value

Type: Image
See Also