'Usage
Dim instance As PdfCosArray Dim index As Integer Dim value As Double value = instance.GetElementAsNumber(index)
Parameters
- index
- Index of element to return.
Return Value
A double representing the element.
'Usage
Dim instance As PdfCosArray Dim index As Integer Dim value As Double value = instance.GetElementAsNumber(index)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown when the index value is invalid |
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