|
THPDFPage.AddSoundAnnotation
|
Vrh Prethodno Sledeće |
|
Dodaje novu Sound anotaciju na tekuću stranicu
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 Koristite AddSoundAnnotation da dodate novu Sound anotaciju sa zadatom tekst porukom ( Contents), imenom zvučnog fajla, pravougaonim područjem ( Rectangle ) i bojom na tekućoj stranici
|