|
THPDFPage.AddFileAttachmentAnnotation
|
Överst Föregående Nästa |
|
Adds new FileAttachment annotation on the current page.
Delphi syntax: procedure AddFileAttachmentAnnotation ( Contents: AnsiString; FileName: AnsiString; Rectangle: TRect; Color: TColor = clRed );
C++ syntax: void __fastcall AddFileAttachmentAnnotation ( AnsiString Contents, AnsiString FileName, Windows::TRect &Rectangle, Graphics::TColor Color );
Beskrivning Använd AddFileAttachmentAnnotation för att lägga till en ny FileAttachment-anteckning på den aktuella sidan med angivet textmeddelande (Contents), filnamn, rektangelområde (Rectangle) och färg
|