Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Utf32Interval Structure / Utf32Interval Constructor / Utf32Interval Constructor(Int32,Int32)
The first UTF-32 character (code point) of the interval.
The last UTF-32 character (code point) of the interval.

In This Topic
    Utf32Interval Constructor(Int32,Int32)
    In This Topic
    Initializes an instance of the Utf32Interval.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal firstCode As System.Integer, _
       ByVal lastCode As System.Integer _
    )
    public Utf32Interval( 
       System.int firstCode,
       System.int lastCode
    )

    Parameters

    firstCode
    The first UTF-32 character (code point) of the interval.
    lastCode
    The last UTF-32 character (code point) of the interval.
    See Also