THPDFPage.AddSoundAnnotation

THPDFPage

 

Arriba  Anterior  Siguiente

Adds new Sound annotation on the current page.

 

Sintaxis Delphi:

procedure AddSoundAnnotation ( Contenido: AnsiString; FileName: AnsiString; Rectangle: TRect; Color: TColor = clRed);

 

Sintaxis C++:

void __fastcall AddSoundAnnotation ( AnsiString Contenido, AnsiString FileName, Windows::TRect &Rectangle, Graphics::TColor Color );

 

Descripción

Utilice AddSoundAnnotation para agregar una nueva anotación Sound con mensaje de texto especificado ( Contenido), nombre de archivo de sonido, área rectangular (Rectangle) y color en la página actual

 

 

Sound annotation preview