[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.TextBoundsRange.CreateRead

CreateRead Method

CreateRead(BinaryReader, short)

Return an instance of the TextBoundsRange received from a BinaryReader.

Declaration
public static TextBoundsRange CreateRead(BinaryReader reader, short fileVersion)
Parameters
Type Name Description
BinaryReader reader

Reader containing the binary data of TextBoundsRange.

short fileVersion

The type of data in the stream.

Returns
Type Description
TextBoundsRange

A new TextBoundsRange instance.