ExpertPdf Html to Pdf Converter Library
HeaderImage Property
NamespacesExpertPdf.HtmlToPdfPdfHeaderOptionsHeaderImage
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public Image HeaderImage { get; set; }
Public Property HeaderImage As Image
	Get
	Set
public:
property Image^ HeaderImage {
	Image^ get ();
	void set (Image^ value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)