Class TextBlock
Represents a block of text on a page. Contains the text string and the page coordinates in the form of a Rect
Inheritance
System.Object
TextBlock
Namespace: PSPDFKit
Assembly: PSPDFKit.dll
Syntax
public class TextBlock : object
Methods
GetRect()
Retrieve page coordinates covering the area of this text block.
Declaration
public Rect GetRect()
Returns
Type | Description |
---|---|
Rect | A Rect representing the page coordinates for this text block. |
GetText()
Returns the text string for this block.
Declaration
public String GetText()
Returns
Type | Description |
---|---|
String | The String of text. |