Xfinium.Pdf.Core.Cos Namespace > PdfCosDictionary Class > Item Property : Item(PdfCosName) Property |
'Declaration
Public Overloads Property Item( _ ByVal key As PdfCosName _ ) As PdfCosObject
'Usage
Dim instance As PdfCosDictionary Dim key As PdfCosName Dim value As PdfCosObject instance.Item(key) = value value = instance.Item(key)
public PdfCosObject Item( PdfCosName key ) {get; set;}
public: property PdfCosObject^ Item { PdfCosObject^ get(PdfCosName^ key); void set (PdfCosName^ key, PdfCosObject^ value); }
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