Show / Hide Table of Contents

Struct TextExtractor.CharRange

TextExtractor.CharRange object represents a range of text based on Unicode character indices.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftron.PDF
Assembly: PDFNetAndroid.dll
Syntax
public struct CharRange

Constructors

CharRange(Int32, Int32)

Declaration
public CharRange(int index, int length)
Parameters
Type Name Description
System.Int32 index
System.Int32 length

Fields

index

Declaration
public int index
Field Value
Type Description
System.Int32

length

Declaration
public int length
Field Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX