|
THPDFPage.AddSoundAnnotation
|
Överst Föregående Nästa |
|
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 );
Beskrivning Använd AddSoundAnnotation för att lägga till en ny Sound-anteckning på den aktuella sidan med angivet textmeddelande (Contents), ljudfilnamn, rektangelområde (Rectangle) och färg
|