Bookmarks Class
Represents a collection of Bookmark objects.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListBookmark
    Aspose.Pdf.FacadesBookmarks

Namespace: Aspose.Pdf.Facades
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class Bookmarks : List<Bookmark>

The Bookmarks type exposes the following members.

Constructors
  NameDescription
Public methodBookmarks
Initializes a new instance of the Bookmarks class
Properties
  NameDescription
Public propertyCapacity (Inherited from ListBookmark.)
Public propertyCount (Inherited from ListBookmark.)
Public propertyItem (Inherited from ListBookmark.)
Methods
  NameDescription
Public methodAdd (Inherited from ListBookmark.)
Public methodAddRange (Inherited from ListBookmark.)
Public methodAsReadOnly (Inherited from ListBookmark.)
Public methodBinarySearch(T) (Inherited from ListBookmark.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListBookmark.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListBookmark.)
Public methodClear (Inherited from ListBookmark.)
Public methodContains (Inherited from ListBookmark.)
Public methodConvertAllTOutput (Inherited from ListBookmark.)
Public methodCopyTo(T) (Inherited from ListBookmark.)
Public methodCopyTo(T, Int32) (Inherited from ListBookmark.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListBookmark.)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListBookmark.)
Public methodFind (Inherited from ListBookmark.)
Public methodFindAll (Inherited from ListBookmark.)
Public methodFindIndex(PredicateT) (Inherited from ListBookmark.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListBookmark.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListBookmark.)
Public methodFindLast (Inherited from ListBookmark.)
Public methodFindLastIndex(PredicateT) (Inherited from ListBookmark.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListBookmark.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListBookmark.)
Public methodForEach (Inherited from ListBookmark.)
Public methodGetEnumerator (Inherited from ListBookmark.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ListBookmark.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListBookmark.)
Public methodIndexOf(T, Int32) (Inherited from ListBookmark.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListBookmark.)
Public methodInsert (Inherited from ListBookmark.)
Public methodInsertRange (Inherited from ListBookmark.)
Public methodLastIndexOf(T) (Inherited from ListBookmark.)
Public methodLastIndexOf(T, Int32) (Inherited from ListBookmark.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListBookmark.)
Public methodRemove (Inherited from ListBookmark.)
Public methodRemoveAll (Inherited from ListBookmark.)
Public methodRemoveAt (Inherited from ListBookmark.)
Public methodRemoveRange (Inherited from ListBookmark.)
Public methodReverse (Inherited from ListBookmark.)
Public methodReverse(Int32, Int32) (Inherited from ListBookmark.)
Public methodSort (Inherited from ListBookmark.)
Public methodSort(IComparerT) (Inherited from ListBookmark.)
Public methodSort(ComparisonT) (Inherited from ListBookmark.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListBookmark.)
Public methodToArray (Inherited from ListBookmark.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from ListBookmark.)
Public methodTrueForAll (Inherited from ListBookmark.)
See Also