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