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
)
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
-
Type:
Spire.Pdf.Graphics
PdfTemplate
object.
-
location
-
Type:
System.Drawing
PointF
Location of the template.
See Also