|
THPDFPage.AddSoundAnnotation
|
Boven Vorige Volgende |
|
Voegt op de huidige pagina een nieuwe Sound-annotatie toe
Delphi-syntaxis: procedure AddSoundAnnotation ( Contents: AnsiString; FileName: AnsiString; Rectangle: TRect; Color: TColor = clRed);
C++-syntaxis: void __fastcall AddSoundAnnotation ( AnsiString Contents, AnsiString FileName, Windows::TRect &Rectangle, Graphics::TColor Color );
Beschrijving Gebruik AddSoundAnnotation om op de huidige pagina een nieuwe Sound-annotatie toe te voegen met de opgegeven tekst ( Contents), geluidsbestandsnaam, rechthoek (Rectangle) en kleur
|