Skip to main content
A newer version of this page is available. .

PdfUriAction.IsMap Property

Gets a value that determines whether to track the mouse position when the URI is resolved.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public bool IsMap { get; }

Property Value

Type Description
Boolean

true to track the mouse position when the URI is resolved; otherwise false. Default value: false.

See Also