PdfPageTemplateElement Constructor (Single, Single)
|
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 width,
float height
)
Public Sub New (
width As Single,
height As Single
)
public:
PdfPageTemplateElement(
float width,
float height
)
new :
width : float32 *
height : float32 -> PdfPageTemplateElement
Parameters
-
width
-
Type:
System
Single
Width of the template.
-
height
-
Type:
System
Single
Height of the template.
See Also