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.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public struct CharRange

Constructors

CharRange(Int32, Int32)

Declaration
public CharRange(int in_index, int in_length)
Parameters
Type Name Description
System.Int32 in_index
System.Int32 in_length

Fields

index

Declaration
public int index
Field Value
Type Description
System.Int32

length

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