Xfinium.Pdf.Core.Cos Namespace > PdfCosArray Class : Add Method |
'Declaration
Public Sub Add( _ ByVal item As PdfCosObject _ )
'Usage
Dim instance As PdfCosArray Dim item As PdfCosObject instance.Add(item)
public void Add( PdfCosObject item )
public: void Add( PdfCosObject^ item )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when the item is null. |
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