XFINIUM.PDF Documentation
Item Property (PdfCosArray)



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
System.ArgumentOutOfRangeExceptionThrown when the index value is invalid
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Send Feedback