PdfContentGroupDrawImage(PdfImage, PdfMatrix) Method |
Draws image with the specified transformation.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic void DrawImage(
PdfImage image,
PdfMatrix transform
)
Public Sub DrawImage (
image As PdfImage,
transform As PdfMatrix
)
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
See Also