Click or drag to resize

Highlights Methods

The Highlights type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add extra Highlight information into the class.
Public methodBegin
Rewind the internal pointer to the first highlight.
Public methodClear
Clear the current Highlight information in the class.
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCurrentPageNumber
Get the page number of the current highlight.
Public methodGetCurrentQuads
Get the corresponding quadrangles of the current highlight.
Public methodGetCurrentTextRange
Get a TextRange object that represents the current highlight.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasNext
Query if there is any subsequent highlight after the current highlight.
Public methodLoad
Load the Highlight information from a file. Note that the pre-existing Highlight information is discarded.
Public methodLoadAsync
Loads the Highlight information from a filter. Note that the pre-existing Highlight information will be discarded.
Public methodNext
Move the current highlight to the next highlight.
Public methodSave
Save the current Highlight information in the class to a file.
Public methodSaveAsync
Save the current Highlight information in the class to a filter.
Public methodSaveToString
Save the current Highlight information in the class to an XML string.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also