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