Click or drag to resize

PdfCanvas DrawTemplate Method (PdfTemplate, PointF)

Draws a template using its original size, at the specified location.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void DrawTemplate(
	PdfTemplate template,
	PointF location
)

Parameters

template
Type: Spire.Pdf.Graphics PdfTemplate
object.
location
Type: System.Drawing PointF
Location of the template.
See Also