ImportImageAnnot

Object.ImportImageAnnot()

功能说明

导入图片批注信息

函数原型

ImportImageAnnot()

参数

参数名 类型 必填 说明
StyleId int 批注类型
StyleName String 类型名称
unType String 图片批注的文件名
annotContent String 批注内容
createTime String 创建时间
curDateTime String 修改时间
PageNo int 页码
authorName String 作者
fWidth float 批注宽度
fHeight float 批注高度
annotSignature int 图片16进制编码内容
leftX float 左下角X坐标
lefty float 左下角Y坐标
authorId String 作者编号

返回值

0返回成功

调用示例

iWebPDF2015.COMAddins("KingGrid.HandWritting).Object.ImportImageAnnot (..);