ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / TextBoundsRange Class / CreateRead Method
Reader containing the binary data of TextBoundsRange.
The type of data in the stream.

In This Topic
    CreateRead Method (TextBoundsRange)
    In This Topic
    Return an instance of the TextBoundsRange received from a System.IO.BinaryReader.
    Syntax
    'Declaration
     
    Public Shared Function CreateRead( _
       ByVal reader As BinaryReader, _
       ByVal fileVersion As Short _
    ) As TextBoundsRange
    public static TextBoundsRange CreateRead( 
       BinaryReader reader,
       short fileVersion
    )

    Parameters

    reader
    Reader containing the binary data of TextBoundsRange.
    fileVersion
    The type of data in the stream.

    Return Value

    A new TextBoundsRange instance.
    See Also