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

In This Topic
    CodePoints Property (TextLayout)
    In This Topic
    Gets the array of UTF-32 characters (code points). Only the first CodePointCount elements should be taken into account.
    Syntax
    'Declaration
     
    Public ReadOnly Property CodePoints As System.Integer()
    public System.int[] CodePoints {get;}
    See Also