Click or drag to resize

PdfDrawingSurfacePlaceImage Method (String, String, PdfTransform)

Places the image on the drawing surface within the bounds and transformed by the matrix 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,
	PdfTransform transform
)

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.
transform
Type: Atalasoft.PdfDoc.GeometryPdfTransform
The transform.
See Also