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

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

Parameters

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

Return Value

A new SetLineSpacing instance.
See Also