XFINIUM.PDF Documentation
AddRange Method



Xfinium.Pdf.Core.Cos Namespace > PdfCosArray Class : AddRange Method
The array whose elements should be added to the end of this array. The array itself cannot be nulland it cannot contain elements that are null.
Adds the elements of the specified array to the end of this array.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal array As PdfCosArray _
) 
'Usage
 
Dim instance As PdfCosArray
Dim array As PdfCosArray
 
instance.AddRange(array)
public void AddRange( 
   PdfCosArray array
)
public:
void AddRange( 
   PdfCosArray^ array
) 

Parameters

array
The array whose elements should be added to the end of this array. The array itself cannot be nulland it cannot contain elements that are null.
Exceptions
ExceptionDescription
Thrown when the array is null or when the array contains null elements.
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