Click or drag to resize

PdfDrawingSurfacePlaceTemplate Method (String, PdfTransform)

Places the template 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 PlaceTemplate(
	string templateName,
	PdfTransform transform
)

Parameters

templateName
Type: SystemString
Name of the template from global resources to place on the drawing surface.
transform
Type: Atalasoft.PdfDoc.GeometryPdfTransform
The transform.
See Also