Xfinium.Pdf.Portfolios Namespace > PdfPortfolioItemAttributes Class : Item Property |
'Declaration
Public Default Property Item( _ ByVal attributeKey As String _ ) As PdfCosObject
'Usage
Dim instance As PdfPortfolioItemAttributes Dim attributeKey As String Dim value As PdfCosObject instance.Item(attributeKey) = value value = instance.Item(attributeKey)
public PdfCosObject this[ string attributeKey ]; {get; set;}
public: property PdfCosObject^ default [String^] { PdfCosObject^ get(String^ attributeKey); void set (String^ attributeKey, 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