Click or drag to resize

PdfDrawingSurfacePlaceImage Method (String, String, PdfPoint)

Places the image on the drawing surface at the given location. The image will be placed such that each pixel is 1 PDF page unit square.

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,
	PdfPoint location
)

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.
location
Type: Atalasoft.PdfDoc.GeometryPdfPoint
The location of the image on the page.
See Also