Click or drag to resize

PdfArrayItem Property

Gets or sets the PdfBasicObject at the specified index.

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

Parameters

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

Property Value

PdfBasicObject
The PdfBasicObject at the specified index.

Return Value

PdfBasicObject
The PdfBasicObject at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current PdfArray is read-only (IsReadOnly returns ).
ArgumentOutOfRangeExceptionindex is less than 0 or index is equal to or greater than Count.
ArgumentNullExceptionvalue is .
ArgumentExceptionvalue is already contained in some other PdfBasicObject or is PdfStream or is the current PdfArray.
See Also