Aspose::Pdf::Facades::PdfContentEditor::CreateSound method

PdfContentEditor::CreateSound method

Creates Sound Annotations.

void Aspose::Pdf::Facades::PdfContentEditor::CreateSound(System::Drawing::Rectangle rect, System::String filePath, System::String name, int32_t page, System::String rate)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe annotation rectangle defining the location of the annotation on the page.
filePathSystem::StringThe file path of sound file.
nameSystem::StringThe name of an icon to be used in displaying the annotation,include:Speaker and Mic.
pageint32_tThe page in which the Sound annotation is created.
rateSystem::StringThe sampling rate, in samples per second.

See Also