Click or drag to resize

PdfContentGroupDrawImage(PdfImage, PdfPoint, PdfSize) Method

Draws image at the specified location and of the specified size.

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

Parameters

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