|
PdfDocumentAddTemplate(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 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