|
THPDFPage.AddFileAttachmentAnnotation
|
Øverst Forrige Næste |
|
Tilføjer ny FileAttachment annotation på den aktuelle side
Delphi-syntaks: procedure AddFileAttachmentAnnotation ( Contents: AnsiString; FileName: AnsiString; Rectangle: TRect; Color: TColor = clRed );
C++-syntaks: void __fastcall AddFileAttachmentAnnotation ( AnsiString Contents, AnsiString FileName, Windows::TRect &Rectangle, Graphics::TColor Color );
Beskrivelse Brug AddFileAttachmentAnnotation til at tilføje en ny FileAttachment-annotation på den aktuelle side med angivet tekstmeddelelse (Contents), filnavn, rektangelområde (Rectangle) og farve
|