Creates a new page template.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfPageTemplateElement(
	RectangleF bounds
)
Public Sub New ( 
	bounds As RectangleF
)
public:
PdfPageTemplateElement(
	RectangleF bounds
)
new : 
        bounds : RectangleF -> PdfPageTemplateElement

Parameters

bounds
RectangleF
Bounds of the template.

See Also