Get document information

GroupDocs.Merger allows to get document information which includes:

The following code sample demonstrates how to get document information.

with gm.Merger("c:/sample.vsdx") as merger:
    info = merger.get_document_info()