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 |