ExpertPdf Html to Pdf Converter Library
FooterImage Property
NamespacesExpertPdf.HtmlToPdfPdfFooterOptionsFooterImage
ExpertPdf Html to Pdf Converter Library
The image to be displayed in the footer. The image will be displayed at the location specified by the FooterImageLocation and its width in PDF is specified by the FooterImageWidth 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 FooterImage { get; set; }
Public Property FooterImage As Image
	Get
	Set
public:
property Image^ FooterImage {
	Image^ get ();
	void set (Image^ value);
}
Property Value

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