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