|
PdfTemplateCollectionAdd(RectangleF) Method
|
Adds a new template with the specified bounds to the pdf document templates collection.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfTemplate Add(
RectangleF bounds
)
Public Function Add (
bounds As RectangleF
) As PdfTemplate
Parameters
- bounds RectangleF
- The template element bounds.
Return Value
PdfTemplateThe newly added pdf template.
See Also