Constructor BookMarks
BookMarks()
Initializes a new instance of the BookMarks
class with default settings.
public BookMarks()
BookMarks(ITextSource)
Initializes a new instance of the BookMarks
class with a specified owner.
public BookMarks(ITextSource owner)
Parameters
owner
ITextSourceClass implementing
ITextSource
interface that owns the collection.