|
THPDFPage.AddSoundAnnotation
|
Góra Poprzedni Następny |
|
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 );
Opis Użyj AddSoundAnnotation, aby dodać nową adnotację Sound na bieżącej stronie z określoną wiadomością tekstową (Contents), nazwą pliku dźwięku, obszarem prostokąta (Rectangle) i kolorem
|