XFINIUM.PDF Documentation
Item Property (PdfPortfolioItemAttributes)



The attribute key.
Gets or sets an attribute.
Syntax
'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);
}

Parameters

attributeKey
The attribute key.

Property Value

The attribute value if it exists, null otherwise.
Requirements

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


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

PdfPortfolioItemAttributes Class
PdfPortfolioItemAttributes Members

Send Feedback