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