XFINIUM.PDF Documentation
Item Property (PdfRoleMap)



Xfinium.Pdf.LogicalStructure Namespace > PdfRoleMap Class : Item Property
Structure type used in the document.
Gets or sets the structure type.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal structureType As String _
) As String
'Usage
 
Dim instance As PdfRoleMap
Dim structureType As String
Dim value As String
 
instance.Item(structureType) = value
 
value = instance.Item(structureType)
public string this[ 
   string structureType
]; {get; set;}
public:
property String^ default [String^] {
   String^ get(String^ structureType);
   void set (String^ structureType, String^ value);
}

Parameters

structureType
Structure type used in the document.

Property Value

The approximate equivalent in the set of standard structure types.
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

PdfRoleMap Class
PdfRoleMap Members