|
THPDFPage.AddFileAttachmentAnnotation
|
Вверх Назад Далее |
|
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 );
Описание Используйте AddFileAttachmentAnnotation, чтобы добавить на текущую страницу новую FileAttachment annotation с заданными text message (Contents), file name, rectangle area (Rectangle) и color
|