Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / GlyphRun Class / CodePoints Property

In This Topic
    CodePoints Property (GlyphRun)
    In This Topic
    Gets the array of UTF-32 characters (code points).
    Syntax
    'Declaration
     
    Public ReadOnly Property CodePoints As System.Integer()
    public System.int[] CodePoints {get;}
    See Also