menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BookmarkDestination - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BookmarkDestination

    Represents the bookmark destination attributes of the loaded document in the PDF Viewer.

    Inheritance
    System.Object
    BookmarkDestination
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved