|
PdfTemplateCollectionItem Property
|
Gets or sets the template at the specified zero based index in the templates collection.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfTemplate this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As PdfTemplate
Get
Parameters
- index Int32
- The zero based template index in the pdf templates collection.
Return Value
PdfTemplateThe pdf template at the specified index.
See Also