SoundAnnotation

SoundAnnotation(Page, Rectangle, string)

在指定页面上创建新的声音注释。

public SoundAnnotation(Page page, Rectangle rect, string soundFile)
范围类型描述
pagePage应创建注释的文档页面。
rectRectangle注释矩形,定义页面上注释的位置。
soundFileString定义激活注释时要播放的声音的声音文件。

也可以看看


SoundAnnotation(Page, Rectangle, string, SoundSampleData)

在指定页面上创建新的声音注释。

public SoundAnnotation(Page page, Rectangle rect, string soundFile, SoundSampleData soundSampleData)
范围类型描述
pagePage应创建注释的文档页面。
rectRectangle注释矩形,定义页面上注释的位置。
soundFileString定义激活注释时要播放的声音的声音文件。
soundSampleDataSoundSampleData声音样本数据包含额外的声音参数,例如采样率、每个样本的位数等。

也可以看看