Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Utf32CodeSet Class / Intervals Property

In This Topic
    Intervals Property
    In This Topic
    Gets the list of intervals.
    Syntax
    'Declaration
     
    Public ReadOnly Property Intervals As System.Collections.Generic.List(Of Utf32Interval)
    public System.Collections.Generic.List<Utf32Interval> Intervals {get;}
    See Also