XFINIUM.PDF Documentation
Item Property (PdfIdMap)



Xfinium.Pdf.LogicalStructure Namespace > PdfIdMap Class : Item Property
Identifier of the structure element to get or set.
Gets or sets the structure element with the specified identifier.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal identifier As String _
) As PdfStructureElement
'Usage
 
Dim instance As PdfIdMap
Dim identifier As String
Dim value As PdfStructureElement
 
instance.Item(identifier) = value
 
value = instance.Item(identifier)
public PdfStructureElement this[ 
   string identifier
]; {get; set;}
public:
property PdfStructureElement^ default [String^] {
   PdfStructureElement^ get(String^ identifier);
   void set (String^ identifier, PdfStructureElement^ value);
}

Parameters

identifier
Identifier of the structure element to get or set.

Property Value

The structure element with the specified identifier or null if the identifier is not found.
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

PdfIdMap Class
PdfIdMap Members