Xfinium.Pdf.Core.Cos Namespace > PdfCosArray Class : Item Property |
'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); }
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown when the index value is invalid |
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