Class BookmarkDestination
Represents the bookmark destination attributes of the loaded document in the PDF Viewer.
Inherited Members
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class BookmarkDestination
Constructors
BookmarkDestination()
Declaration
public BookmarkDestination()
Properties
PageNumber
Gets the page number of the bookmark.
Declaration
[JsonPropertyName("pageIndex")]
public int PageNumber { get; set; }
Property Value
| Type |
|---|
| int |
X
Gets the X co-orinate of the bookmark page.
Declaration
[JsonPropertyName("x")]
public double X { get; set; }
Property Value
| Type |
|---|
| double |
Y
Gets the Y co-ordinate of the bookmark page.
Declaration
[JsonPropertyName("y")]
public double Y { get; set; }
Property Value
| Type |
|---|
| double |