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