Click or drag to resize

PdfContentGroupDrawImage(PdfImage, PdfMatrix) Method

Draws image with the specified transformation.

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

Parameters

image  PdfImage
The image to be drawn.
transform  PdfMatrix
The transformation from the new (transformed) coordinate system to the original (untransformed) coordinate system.
Exceptions
ExceptionCondition
ArgumentNullExceptionimage is .
See Also