Click or drag to resize

LayoutCollection T Item Property

Retrieves the entity at the given index.

Namespace: Spire.Doc.Pages
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public T this[
	int index
] { get; }

Parameters

index
Type: System Int32

Property Value

Type: T
See Also