|
THPDFPage.AddSoundAnnotation
|
Κορυφή Προηγούμενο Επόμενο |
|
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 );
Περιγραφή Χρησιμοποιήστε το AddSoundAnnotation για να προσθέσετε νέο Sound annotation με καθορισμένο text message (Contents), sound filename, rectangle area (Rectangle) και color στην τρέχουσα σελίδα
|