Click or drag to resize

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
)

Parameters

width
Type: System Single
Width of the template.
height
Type: System Single
Height of the template.
See Also