|
THPDFPage.AddFileAttachmentAnnotation
|
Top Previous Next |
|
Adds new FileAttachment annotation on the current page.
Delphi syntax: procedure AddFileAttachmentAnnotation ( Contents: AnsiString; FileName: AnsiString; Rectangle: TRect; Colour: TColor = clRed );
C++ syntax: void __fastcall AddFileAttachmentAnnotation ( AnsiString Contents, AnsiString FileName, Windows::TRect &Rectangle, Graphics::TColor Colour );
Description Use AddFileAttachmentAnnotation to add new FileAttachment annotation specified text message ( Contents), file name, rectangle area ( Rectangle ) and colour on the current page.
|