.. highlightlang:: us .. index:: DocGetSummaryInfo .. _docgetsummaryinfo: DocGetSummaryInfo ================= .. us.tag DocGetSummaryInfo ENGLISH DocGet Changed5155 :ref:`DocGetSummaryInfo` receives information from the Summary Information. .. function:: ssInfo = DocGetSummaryInfo(hDoc, ssItem) .. us.return **Return Value** *ssInfo* is the Info-Text. In case an error occurs, the function returns a text of length 0. .. us.params **Parameters** .. uparam:: hDoc *hDoc* is a handle of an UniPlot document. .. uparam:: ssItem *ssItem* is one of the following key words: ``"AppName"``, ``"Title"``, ``"Subject"``, ``"Author"``, ``"Keywords"``, ``"Comments"``, ``"Template"``, ``"EditTime"``, ``"LastPrintDate"``, ``"CreateDate"``, ``"LastSaveDate"``, ``"RefNum"``, ``"LastAuthor"``. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.15.5 - LastAuthor added. .. seealso:: :ref:`overview-documents`, :ref:`DocCreate`, :ref:`DocSetSummaryInfo` :sub:`id-332930`