|
THPDFPage.AddPopupAnnotationFor
|
메서드 다음 PDF Filter Support |
|
Creates a Popup annotation linked to a specific parent markup annotation.
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. Use LastAnnotation after an Add*Annotation call when the parent annotation procedure does not directly return its widget dictionary.
참조: LastAnnotation, SetAnnotationBorderStyle, PDF Filter Support |