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(..);