Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BookmarkNavigationOccurredEventArgs - Xamarin.Forms API Reference | Syncfusion BookmarkNavigationOccurred event. ">

    Show / Hide Table of Contents

    Class BookmarkNavigationOccurredEventArgs

    Provides data for the BookmarkNavigationOccurred event.

    Inheritance
    System.Object
    BookmarkNavigationOccurredEventArgs
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class BookmarkNavigationOccurredEventArgs : EventArgs

    Properties

    Bookmark

    Gets the bookmark to which navigation has occurred.

    Declaration
    public PdfBookmark Bookmark { get; }
    Property Value
    Type Description
    PdfBookmark

    Offset

    Gets the vertical offset of the bookmark destination.

    Declaration
    public double Offset { get; }
    Property Value
    Type Description
    System.Double

    PageNumber

    Gets the page number of the bookmark destination.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved