|
THPDFPage.AddFileAttachmentAnnotation
|
トップへ 前へ 次へ |
|
現在のページに新しい FileAttachment 注釈を追加します。
Delphi 構文: procedure AddFileAttachmentAnnotation ( 目次: AnsiString; File名前: AnsiString; Rectangle: TRect; Color: TColor = clRed );
C++ 構文: void __fastcall AddFileAttachmentAnnotation ( AnsiString 目次, AnsiString File名前, Windows::TRect &Rectangle, Graphics::TColor Color );
説明 使用法 AddFileAttachmentAnnotation to add new FileAttachment annotation specified text message ( 目次), file name, rectangle area ( Rectangle ) and color on the current page.
|