[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextLayout.CodePoints

CodePoints Property

CodePoints

Gets the array of UTF-32 characters (code points). Only the first CodePointCount elements should be taken into account.

Declaration
public int[] CodePoints { get; }
Public ReadOnly Property CodePoints As Integer()