|
THPDFPage.AddFileAttachmentAnnotation
|
Øverst Forrige Neste |
|
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 );
Beskrivelse Bruk AddFileAttachmentAnnotation til å legge til en ny FileAttachment-annotasjon som angir tekstmeldingen ( Contents ), filnavnet, rektangelområdet ( Rectangle ) og fargen på gjeldende side
|