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 |
|---|
| PdfBookmark |
Offset
Gets the vertical offset of the bookmark destination.
Declaration
public double Offset { get; }
Property Value
| Type |
|---|
| System.Double |
PageNumber
Gets the page number of the bookmark destination.
Declaration
public int PageNumber { get; }
Property Value
| Type |
|---|
| System.Int32 |