PdfPageTemplateElement Constructor (PointF, SizeF)
|
Creates a new page template.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPageTemplateElement(
PointF location,
SizeF size
)
Public Sub New (
location As PointF,
size As SizeF
)
public:
PdfPageTemplateElement(
PointF location,
SizeF size
)
new :
location : PointF *
size : SizeF -> PdfPageTemplateElement
Parameters
-
location
-
Type:
System.Drawing
PointF
Location of the template.
-
size
-
Type:
System.Drawing
SizeF
Size of the template.
See Also