THPDFPage.SetAnnotationAdditionalAction Method

メソッドの要約: THPDFPage.SetAnnotationAdditionalAction Method

宣言

procedure SetAnnotationAdditionalAction(Annot: THPDFDictionaryObject; Trigger: THPDFAnnotationActionTrigger; Action: THPDFActionBuilder);

ユニット

HPDFDoc

パラメータ

名前目的
AnnotAnnotation dictionary returned by the most recent annotation creation call or another annotation lookup
TriggerAdditional-action trigger, such as mouse enter, mouse exit, mouse down, mouse up, set focus, or lost focus
ActionAction chain built with THPDFActionBuilder

使用上の注意

Related API