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

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

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

Parameters

template
PdfTemplate
object.
location
PointF
Location of the template.

See Also