A flag specifying whether to track the mouse position when the Uri is resolved.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public bool IsMap { get; set; }
Visual Basic
Public Property IsMap As Boolean
	Get
	Set

Remarks

This entry applies only to actions triggered by the user's clicking annotation; it is ignored for actions associated with a bookmark or with a document's open action.

See Also