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
)
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
-
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