'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.