Draws a template at the specified location and size.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void DrawTemplate(
	PdfTemplate template,
	PointF location,
	SizeF size
)
Public Sub DrawTemplate ( 
	template As PdfTemplate,
	location As PointF,
	size As SizeF
)
public:
void DrawTemplate(
	PdfTemplate^ template, 
	PointF location, 
	SizeF size
)
member DrawTemplate : 
        template : PdfTemplate * 
        location : PointF * 
        size : SizeF -> unit 

Parameters

template
PdfTemplate
object.
location
PointF
Location of the template.
size
SizeF
Size of the template.

See Also