Click or drag to resize

PdfContentGroupDrawImage(PdfImage, PdfPoint) Method

Draws image at the specified location.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public void DrawImage(
	PdfImage image,
	PdfPoint origin
)

Parameters

image  PdfImage
The image to be drawn.
origin  PdfPoint
The location of the bottom-left corner of the PdfImage.
Exceptions
ExceptionCondition
ArgumentNullExceptionimage is .
See Also