PdfContentGroupDrawImage(PdfImage, PdfPoint) Method |
Draws image at the specified location.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic void DrawImage(
PdfImage image,
PdfPoint origin
)
Public Sub DrawImage (
image As PdfImage,
origin As PdfPoint
)
Parameters
- image PdfImage
- The image to be drawn.
- origin PdfPoint
- The location of the bottom-left corner of the PdfImage.
Exceptions
See Also