Click or drag to resize

PdfCollectionTItem Property

Gets or sets the element at the specified index.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public T this[
	int index
] { get; set; }

Parameters

index  Int32
The zero-based index of the element to get or set.

Return Value

T
The element at the specified index.

Implements

IListTItemInt32
See Also