THPDFPage.AddMovieAnnotation

THPDFPage

 

Вверх  Назад  Далее

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

 

 

Movie annotation preview