Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic PdfBasicObject this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As PdfBasicObject
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
ExceptionsException | Condition |
---|
InvalidOperationException | The current PdfArray is read-only
(IsReadOnly returns ). |
ArgumentOutOfRangeException | index is less than 0 or index is equal to or greater than Count. |
ArgumentNullException | value is . |
ArgumentException | value is already contained in some other PdfBasicObject or is PdfStream or
is the current PdfArray. |
See Also