menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomBookmark - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CustomBookmark

    Represents a bookmark dynamically added by the user.

    Inheritance
    System.Object
    CustomBookmark
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class CustomBookmark : Object, INotifyPropertyChanged

    Constructors

    CustomBookmark(String, Int32)

    Initializes a new instance of the CustomBookmark class.

    Declaration
    public CustomBookmark(string name, int pageNumber)
    Parameters
    Type Name Description
    System.String name

    Name of the custom bookmark.

    System.Int32 pageNumber

    Page number of the custom bookmark.

    Properties

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    PageNumber

    Declaration
    public int PageNumber { get; }
    Property Value
    Type
    System.Int32

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved