XFINIUM.PDF Documentation
GetNames Method



Xfinium.Pdf.LogicalStructure Namespace > PdfAttributeClassMap Class : GetNames Method
Gets the names in this map.
Syntax
'Declaration
 
Public Function GetNames() As String()
'Usage
 
Dim instance As PdfAttributeClassMap
Dim value() As String
 
value = instance.GetNames()
public string[] GetNames()
public:
array<String^>^ GetNames(); 

Return Value

An array of strings representing the names in this map.
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

PdfAttributeClassMap Class
PdfAttributeClassMap Members