Click or drag to resize

PdfDrawingSurfacePlaceTemplate Method (String, PdfPoint)

Places the template on the drawing surface at the given location. The template 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 PlaceTemplate(
	string templateName,
	PdfPoint location
)

Parameters

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