GetTextPostilInfo

Object.GetTextPostilInfo()

功能说明

获取文字批注信息

函数原型

GetTextPostilInfo()

返回值

字符串型 //文字批注的XML串信息

特别说明

<Comment>
<UserName>金格科技</UserName> //用户名
<CreationDate>2011-06-13 18:17:08</CreationDate> //创建时间
<Contents>同意,请执行。</Contents> //批注内容
</Comment>

调用示例

iWebPDF2015.COMAddins("KingGrid.iWebPDF2015").Object.GetTextPostilInfo();