PdfContentEditor.CreateSound

PdfContentEditor.CreateSound method

Creates Sound Annotations.

public void CreateSound(Rectangle rect, string filePath, string name, int page, string rate)
ParameterTypeDescription
rectRectangleThe annotation rectangle defining the location of the annotation on the page.
filePathStringThe file path of sound file.
nameStringThe name of an icon to be used in displaying the annotation,include:Speaker and Mic.
pageInt32The page in which the Sound annotation is created.
rateStringThe sampling rate, in samples per second.

See Also