PdfTemplateAddImage Method
Adds an image element to the PDF template.
Supports byte array or file path images, scaling and alignment.
The image is rendered into the template coordinate space; the returned
bounding box is relative to the template, not to any page where the
template is later placed
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
public PdfImageRenderInfo AddImage(
PdfImageElement imageElement
)
- imageElement PdfImageElement
- The image element to be rendered into the template
PdfImageRenderInfo
A
PdfImageRenderInfo object describing the rendered image inside
the template coordinate space