Click or drag to resize

PdfObjectCollectionItem Property

Gets the element at the specified index.

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfObject this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the PdfObject to get or set.

Return Value

Type: PdfObject
The PdfObject at the specified index.
See Also