Creates a new page template.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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
- PointF
Location of the template.
- size
- SizeF
Size of the template.