Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.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