[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Bidi.MapEntry

MapEntry Struct

Stores the start and length of a text run.

Namespace: GrapeCity.ActiveReports.Rendering.Bidi
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct MapEntry

Constructors

Name Description
MapEntry(int, int)

Initializes a new instance of the MapEntry struct with the specified start and length.

Fields

Name Description
Length

Gets or sets the length of the text run.

Start

Gets or sets the start index of the text run.

Extension Methods