Aspose::Pdf::Facades::PdfContentEditor::CreateSound método
Contenido
[
Ocultar
]PdfContentEditor::CreateSound method
Crea sonido Anotaciones.
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)
| Parámetro | Tipo | Descripción |
|---|---|---|
| rect | System::Drawing::Rectangle | El rectángulo de anotación que define la ubicación de la anotación en la página. |
| filePath | const System::String& | La ruta del archivo de sonido. |
| nombre | const System::String& | El nombre de un ícono que se usará al mostrar la anotación, incluye:Speaker y Mic. |
| página | int32_t | La página en la que se crea la anotación de sonido. |
| rate | const System::String& | La tasa de muestreo, en muestras por segundo. |
Ver también
- Class Rectangle
- Class String
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++