|
THPDFPage.AddFileAttachmentAnnotation
|
Üst Önceki Sonraki |
|
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 );
Açıklama Geçerli sayfaya belirtilen metin iletisi (Contents), dosya adı, dikdörtgen alanı (Rectangle) ve renk ile yeni bir FileAttachment açıklaması eklemek için AddFileAttachmentAnnotation kullanın
|