Click or drag to resize

PdfCanvas DrawTemplate Method (PdfTemplate, PointF, SizeF)

Draws a template at the specified location and size.

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,
	SizeF size
)

Parameters

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