[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextChar

Interface ITextChar

Namespace
GrapeCity.Documents.Pdf.TextMap
Assembly
GcDocs.Pdf.dll

Represents a single character in a ITextLine.

Note that an ITextChar can be represented by several UTF-16 character codes, e.g. some Unicode ranges use two UTF-16 codes to represent a single character.

public interface ITextChar

Properties

Index

Gets the start index of this ITextChar in the text of ITextMap.

int Index { get; }

Property Value

int

Length

Gets the length of this ITextChar (the count of UTF-16 characters that represent it).

int Length { get; }

Property Value

int