|
PdfTemplateCollectionItem Property |
Gets or sets the template at the specified zero based index in the templates collection.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfTemplate this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfTemplate
Get
Parameters
- index
- Type: SystemInt32
The zero based template index in the pdf templates collection.
Return Value
Type:
PdfTemplateThe pdf template at the specified index.
See Also