THPDFPage.AddSoundAnnotation

THPDFPage

 

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

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

 

 

Sound annotation preview