Aspose::Pdf::Facades::PdfContentEditor::CreateSound method
PdfContentEditor::CreateSound method
Creates Sound Annotations.
void Aspose::Pdf::Facades::PdfContentEditor::CreateSound(System::Drawing::Rectangle rect, const System::String &filePath, const System::String &name, int32_t page, const System::String &rate)
| Parameter | Type | Description |
|---|---|---|
| rect | System::Drawing::Rectangle | The annotation rectangle defining the location of the annotation on the page. |
| filePath | const System::String& | The file path of sound file. |
| name | const System::String& | The name of an icon to be used in displaying the annotation,include:Speaker and Mic. |
| page | int32_t | The page in which the Sound annotation is created. |
| rate | const System::String& | The sampling rate, in samples per second. |
See Also
- Class Rectangle
- Class String
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++