Documents for PDF, .NET Edition Documentation
CodePoints Property (TextLayout)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class : CodePoints Property
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

Reference

TextLayout Class
TextLayout Members