Click or drag to resize

PdfTemplate Reset Method (SizeF)

Resets the template and sets the specified size.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Reset(
	SizeF size
)

Parameters

size
Type: System.Drawing SizeF
The size.
See Also