Class BookmarkDestination
Represents the bookmark destination attributes of the loaded document in the PDF Viewer.
Inheritance
System.Object
BookmarkDestination
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class BookmarkDestination : Object
Constructors
BookmarkDestination()
Declaration
public BookmarkDestination()
Properties
PageNumber
Gets the page number of the bookmark.
Declaration
public int PageNumber { get; set; }
Property Value
Type |
---|
System.Int32 |
X
Gets the X co-orinate of the bookmark page.
Declaration
public double X { get; set; }
Property Value
Type |
---|
System.Double |
Y
Gets the Y co-ordinate of the bookmark page.
Declaration
public double Y { get; set; }
Property Value
Type |
---|
System.Double |