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

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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