Click or drag to resize

PDFViewCtrlSelection Class

PDFViewCtrlSelection is a utility class that allows access to PDFViewCtrl's current selection.
Inheritance Hierarchy
SystemObject
  pdftron.PDFPDFViewCtrlSelection

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class PDFViewCtrlSelection : IClosable

The PDFViewCtrlSelection type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAsUnicode
Gets the current text selection represented as an Unicode string.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPageNum
Gets the page number containing the selected text.
Public methodGetQuadArrayLength
Gets the number of elements in the array returned by GetQuads.
Public methodGetQuads
Gets the list of tight bounding quads in the current text selection.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also