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)
Parameter | Type | Description |
---|---|---|
rect | System::Drawing::Rectangle | The annotation rectangle defining the location of the annotation on the page. |
filePath | System::String | The file path of sound file. |
name | 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 | 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++