alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class BookmarkDestination

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

    Inheritance
    object
    BookmarkDestination
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved