THPDFPage.AddPopupAnnotationFor

THPDFPage

 

メソッド  次へ  PDF フィルター サポート

特定の親マークアップ注釈にリンクされたポップアップ注釈を作成します。

 

Delphi 構文:

function AddPopupAnnotationFor(ParentAnnot: THPDFDictionaryObject; Rectangle: TRect; Open: Boolean = false): THPDFDictionaryObject;

 

C++ 構文:

THPDFDictionaryObject* __fastcall AddPopupAnnotationFor(THPDFDictionaryObject *ParentAnnot, const System::Types::TRect &Rectangle, bool Open);

 

説明

AddPopupAnnotationFor writes a /Popup annotation and links it in both directions: the popup receives /Parent and the parent annotation receives /Popup. 使用法 LastAnnotation after an Add*Annotation call when the parent annotation procedure does not directly return its widget dictionary.

 

ParentAnnot に nil を渡すと、古いスタンドアロンのポップアップの動作が維持されます。返されるディクショナリは、ドキュメントが保存される前に高度な呼び出し元によってカスタマイズできます。

 

See also: LastAnnotation, SetAnnotationBorderStyle, PDF フィルター サポート