Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

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