Click or drag to resize

DocumentAddTemplate Method (RectangleF)

Add a new template with the specified bounds to the document templates collection.

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public Template AddTemplate(
	RectangleF bounds
)

Parameters

bounds
Type: System.DrawingRectangleF
The template element bounds

Return Value

Type: Template
The newly added template.
See Also