'DeclarationPublic Function GetNames() As String()
'UsageDim 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.