|
THPDFPage.AddFileAttachmentAnnotation
|
Góra Poprzedni Następny |
|
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 );
Opis Użyj AddFileAttachmentAnnotation, aby dodać nową adnotację FileAttachment na bieżącej stronie z określoną wiadomością tekstową (Contents), nazwą pliku, obszarem prostokąta (Rectangle) i kolorem
|