Click or drag to resize

TemplateCollectionItem Property

Gets the template at the specified index zero base index.

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public Template this[
	int templateIndex
] { get; }

Parameters

templateIndex
Type: SystemInt32

Return Value

Type: Template
The template at the specified zero based index.
See Also