|
THPDFPage.AddMovieAnnotation
|
Top Previous Next |
|
Adds new Movie annotation on the current page.
Delphi syntax: procedure AddMovieAnnotation ( Contents: AnsiString; FileName: AnsiString; Rectangle: TRect; Colour: TColor = clRed);
C++ syntax: void __fastcall AddMovieAnnotation ( AnsiString Contents, AnsiString FileName, Windows::TRect &Rectangle, Graphics::TColor Colour );
Description Use AddMovieAnnotation to add new Movie annotation specified text message ( Contents), movie filename, rectangle area ( Rectangle ) and colour on the current page.
|