HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.AddMovieAnnotation
|
Top Previous Next |
|
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 );
Description Use AddMovieAnnotation to add new Movie annotation specified text message ( Contents), movie filename, rectangle area ( Rectangle ) and color on the current page.
|