Struct TextExtractor.CharRange
TextExtractor.CharRange object represents a range of text based on Unicode character indices.
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public struct TextExtractor.CharRange
Constructors
CharRange(int, int)
Declaration
public CharRange(int index, int length)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | |
| int | length |
Fields
index
Declaration
public int index
Field Value
| Type | Description |
|---|---|
| int |
length
Declaration
public int length
Field Value
| Type | Description |
|---|---|
| int |