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