Click or drag to resize

CPDFTextPage Class

This class is about PDF page text content.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFPageCPDFTextPage

Namespace:  ComPDFKit.PDFPage
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public class CPDFTextPage

The CPDFTextPage type exposes the following members.

Methods
  NameDescription
Public methodGetBoundedText
Gets the text enclosed within the specified rectangle.
Public methodGetCharIndexAtPos
Gets index of the character at or nearby a certain position on the page.
Public methodGetCharsRectAtPos
Gets a range representing text in specified area.
Public methodGetSelectionForWordAtPos
Given a point in page-space, gets a selection representing a whole word at that point.
Public methodGetSelectText
Gets the text enclosed within the specified range.
Public methodIsValid
Whether the object is valid.
Top
See Also