Creates a new page template.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfPageTemplateElement(
	float x,
	float y,
	float width,
	float height
)
Public Sub New ( 
	x As Single,
	y As Single,
	width As Single,
	height As Single
)
public:
PdfPageTemplateElement(
	float x, 
	float y, 
	float width, 
	float height
)
new : 
        x : float32 * 
        y : float32 * 
        width : float32 * 
        height : float32 -> PdfPageTemplateElement

Parameters

x
Single
X co-ordinate of the template.
y
Single
Y co-ordinate of the template.
width
Single
Width of the template.
height
Single
Height of the template.

See Also