ImportSoundAnnot

Object.ImportSoundAnnot()

功能说明

导入语音批注信息

函数原型

ImportSoundAnnot()

参数

参数名 类型 必填 说明
nPageNo int 页码
leftX float 左下角X坐标
lefty float 左下角Y坐标
fWidth float 批注宽度
fHeight float 批注高度
annotRate int 语音批注采样率
annotChannels int 语音批注通道
annotBitspersample int 语音批注比特率
soundData String 语音数据
authorId String 作者编号
authorName String 作者
CTime String 创建时间
MTime String 修改时间

返回值

0返回成功

调用示例

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