|
THPDFPage.AddSoundAnnotation
|
Haut Précédent Suivant |
|
Adds new Sound annotation on the current page.
Syntaxe Delphi : procedure AddSoundAnnotation ( Contents: AnsiString; FileName: AnsiString; Rectangle: TRect; Color: TColor = clRed);
Syntaxe C++ : void __fastcall AddSoundAnnotation ( AnsiString Contents, AnsiString FileName, Windows::TRect &Rectangle, Graphics::TColor Color );
Description Utilisez AddSoundAnnotation pour ajouter une nouvelle annotation Sound avec le message texte spécifié ( Contents), le nom du fichier audio, la zone rectangulaire ( Rectangle ) et la couleur sur la page courante
|