Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionURI Class / IsMap Property

In This Topic
    IsMap Property
    In This Topic
    Gets or sets a value indicating whether to track the mouse position when the URI is resolved.
    Syntax
    'Declaration
     
    Public Property IsMap As System.Boolean
    public System.bool IsMap {get; set;}
    Remarks
    This property applies only to actions triggered by the user’s clicking an annotation; it is ignored for actions associated with GrapeCity.Documents.Pdf.OutlineNode or with a GrapeCity.Documents.Pdf.GcPdfDocument.OpenAction property.
    See Also