menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BookmarkNavigationOccurredEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BookmarkNavigationOccurredEventArgs

    Provides data for the BookmarkNavigationOccurred event.

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

    Properties

    Bookmark

    Gets the bookmark to which navigation has occurred

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

    PageNumber

    Gets the page number of the bookmark destination

    Declaration
    public int PageNumber { get; }
    Property Value
    Type
    System.Int32

    VerticalOffset

    Gets the vertical offset of the bookmark destination

    Declaration
    public double VerticalOffset { get; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved