PdfFooterOptionsAddImageArea Method |
Adds an ImageArea element to the additional elements list rendered after the
predefined footer elements. The additional elements are rendered in the order they
are added to the list.
Namespace: ExpertPdf.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic void AddImageArea(
ImageArea imageArea
)
Public Sub AddImageArea (
imageArea As ImageArea
)
Parameters
- imageArea
- Type: ExpertPdf.HtmlToPdfImageArea
The ImageArea object to be rendered.
See Also