Click or drag to resize
Pdf Library for .NET

PdfTemplateCollectionAdd(RectangleF) Method

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

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public PdfTemplate Add(
	RectangleF bounds
)

Parameters

bounds  RectangleF
The template element bounds.

Return Value

PdfTemplate
The newly added pdf template.
See Also