Click or drag to resize

PdfDrawingSurfacePlaceTemplate Method (String, PdfBounds)

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

Parameters

templateName
Type: SystemString
Name of the template from global resources to place on the drawing surface.
locationAndSize
Type: Atalasoft.PdfDoc.GeometryPdfBounds
location and size of the template in PDF page units.
See Also