XFINIUM.PDF Documentation
Item Property (PdfCosArray)



Xfinium.Pdf.Core.Cos Namespace > PdfCosArray Class : Item Property
The zero-based index of the element to get or set.
Gets or sets the element at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As PdfCosObject
'Usage
 
Dim instance As PdfCosArray
Dim index As Integer
Dim value As PdfCosObject
 
instance.Item(index) = value
 
value = instance.Item(index)
public PdfCosObject this[ 
   int index
]; {get; set;}
public:
property PdfCosObject^ default [int] {
   PdfCosObject^ get(int index);
   void set (int index, PdfCosObject^ value);
}

Parameters

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

Property Value

The element at the specified index.
Exceptions
ExceptionDescription
Thrown when the index value is invalid
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfCosArray Class
PdfCosArray Members