PdfPageTemplateElement Constructor (Single, Single, Single, Single, PdfNewPage)
|
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(
float x,
float y,
float width,
float height,
PdfNewPage page
)
Public Sub New (
x As Single,
y As Single,
width As Single,
height As Single,
page As PdfNewPage
)
public:
PdfPageTemplateElement(
float x,
float y,
float width,
float height,
PdfNewPage^ page
)
new :
x : float32 *
y : float32 *
width : float32 *
height : float32 *
page : PdfNewPage -> PdfPageTemplateElement
Parameters
-
x
-
Type:
System
Single
X co-ordinate of the template.
-
y
-
Type:
System
Single
Y co-ordinate of the template.
-
width
-
Type:
System
Single
Width of the template.
-
height
-
Type:
System
Single
Height of the template.
-
page
-
Type:
Spire.Pdf
PdfNewPage
The Current Page object.
See Also