Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / BidiLevels Property

In This Topic
    BidiLevels Property
    In This Topic
    Gets the array with bidi levels of the code points.
    Syntax
    'Declaration
     
    Public ReadOnly Property BidiLevels As System.Byte()
    public System.byte[] BidiLevels {get;}
    See Also