HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.AddSoundAnnotation
|
Top Previous Next |
|
Adds new Sound annotation on the current page.
Delphi syntax: procedure AddSoundAnnotation ( Contents: AnsiString; FileName: AnsiString; Rectangle: TRect; Color: TColor = clRed);
C++ syntax: void __fastcall AddSoundAnnotation ( AnsiString Contents, AnsiString FileName, Windows::TRect &Rectangle, Graphics::TColor Color );
Description Use AddSoundAnnotation to add new Sound annotation specified text message ( Contents), sound filename, rectangle area ( Rectangle ) and color on the current page.
|