'Declaration
Public Function GetDestinationNames() As String()
'Usage
Dim instance As PDFDocument Dim value() As String value = instance.GetDestinationNames()
public string[] GetDestinationNames()
public: string*[]* GetDestinationNames();
public: array<String^>^ GetDestinationNames();
Return Value
An array of strings representing the names of the destinations in the PDF file.