URIActionIsMap Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a flag specifying whether to track the mouse position when the URI is resolved (see the discussion following this Table). Default value: false. This entry applies only to actions triggered by the user’s clicking an annotation; it shall be ignored for actions associated with outline items or with a document’s OpenAction entry.

Namespace:  Apitron.PDF.Kit.Interactive.Actions
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public bool IsMap { get; set; }

Property Value

Type: Boolean
true if this instance is map; otherwise, false.
See Also

Reference