PdfDrawingSurfacePlaceImage Method (String, String, PdfBounds) |
Places the image on the drawing surface within the bounds provided.
Namespace:
Atalasoft.PdfDoc.Generating.Rendering
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public abstract void PlaceImage(
string imageName,
string colorSpaceResourceName,
PdfBounds locationAndSize
)
Public MustOverride Sub PlaceImage (
imageName As String,
colorSpaceResourceName As String,
locationAndSize As PdfBounds
)
Parameters
- imageName
- Type: SystemString
Name of the image from global resources to place on the drawing surface. - colorSpaceResourceName
- Type: SystemString
Optional name of a color space resource to use for the image. - locationAndSize
- Type: Atalasoft.PdfDoc.GeometryPdfBounds
location and size of the image in PDF page units.
See Also