Click or drag to resize
Pdf Library for .NET

PdfDocumentAddTemplate Method (RectangleF)

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

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfTemplate AddTemplate(
	RectangleF bounds
)

Parameters

bounds
Type: System.DrawingRectangleF
The template element bounds.

Return Value

Type: PdfTemplate
The newly added pdf template.
See Also