|
THPDFPage.AddMovieAnnotation
|
Κορυφή Προηγούμενο Επόμενο |
|
Adds new Movie annotation on the current page.
Delphi syntax: procedure AddMovieAnnotation ( Contents: AnsiString; FileName: AnsiString; Rectangle: TRect; Color: TColor = clRed);
C++ syntax: void __fastcall AddMovieAnnotation ( AnsiString Contents, AnsiString FileName, Windows::TRect &Rectangle, Graphics::TColor Color );
Περιγραφή Χρησιμοποιήστε το AddMovieAnnotation για να προσθέσετε νέο Movie annotation με καθορισμένο text message (Contents), movie filename, rectangle area (Rectangle) και color στην τρέχουσα σελίδα
|