XFINIUM.PDF Documentation
IdentifierMap Property



Xfinium.Pdf.LogicalStructure Namespace > PdfStructureTree Class : IdentifierMap Property
Gets or sets the identifiers map.
Syntax
'Declaration
 
Public Property IdentifierMap As PdfIdMap
'Usage
 
Dim instance As PdfStructureTree
Dim value As PdfIdMap
 
instance.IdentifierMap = value
 
value = instance.IdentifierMap
public PdfIdMap IdentifierMap {get; set;}
public:
property PdfIdMap^ IdentifierMap {
   PdfIdMap^ get();
   void set (    PdfIdMap^ value);
}

Property Value

A PdfIdMap object that maps identifiers to structure elements.
Remarks
If the PdfStructureElement.ID property is set on a PdfStructureElement object, then a PdfIdMap must be created and the PdfStructureElement.ID must be mapped to the corresponding PdfStructureElement object.
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

PdfStructureTree Class
PdfStructureTree Members