AnnotationActionCollection

AnnotationActionCollection

Overview

AnnotationActionCollection is a class in Aspose.PDF FOSS for .NET.

Per-event PDF action slots for a widget annotation (/AA-tree entry shape: 14 named events).

Properties: OnActivated, OnCalculate, OnClosePage, OnEnter, OnExit, OnFormat, and 9 more.

Properties

NameTypeAccessDescription
OnActivatedPdfAction?Read/WriteGets or sets the on activated.
OnCalculatePdfAction?Read/WriteGets or sets the on calculate.
OnClosePagePdfAction?Read/WriteGets or sets the on close page.
OnEnterPdfAction?Read/WriteGets or sets the on enter.
OnExitPdfAction?Read/WriteGets or sets the on exit.
OnFormatPdfAction?Read/WriteGets or sets the on format.
OnHidePagePdfAction?Read/WriteGets or sets the on hide page.
OnLostFocusPdfAction?Read/WriteGets or sets the on lost focus.
OnModifyCharacterPdfAction?Read/WriteGets or sets the on modify character.
OnOpenPagePdfAction?Read/WriteGets or sets the on open page.
OnPressMouseBtnPdfAction?Read/WriteGets or sets the on press mouse btn.
OnReceiveFocusPdfAction?Read/WriteGets or sets the on receive focus.
OnReleaseMouseBtnPdfAction?Read/WriteGets or sets the on release mouse btn.
OnShowPagePdfAction?Read/WriteGets or sets the on show page.
OnValidatePdfAction?Read/WriteGets or sets the on validate.

See Also