注釈の最終変更日を表示する

説明

注釈の最終変更日はmodDateで取得できます。

サンプル [実行する]

aObj = this.getAnnots({nPage:0});
app.alert(aObj[0].modDate);