|
THPDFPage.AddPopupAnnotationFor
|
Methoden Weiter PDF-Filterunterstützung |
|
Erstellt eine Popup-Anmerkung, die mit einer bestimmten übergeordneten Markup-Anmerkung verknüpft ist
Delphi-Syntax: function AddPopupAnnotationFor(ParentAnnot: THPDFDictionaryObject; Rectangle: TRect; Open: Boolean = false): THPDFDictionaryObject;
C++-Syntax: THPDFDictionaryObject* __fastcall AddPopupAnnotationFor(THPDFDictionaryObject *ParentAnnot, const System::Types::TRect &Rectangle, bool Open);
Beschreibung
Durch die Übergabe von
Siehe auch: LastAnnotation, SetAnnotationBorderStyle, PDF-Filterunterstützung |