ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / SetLineSpacing Class / CreateRead Method
The reader.
The file version.

In This Topic
    CreateRead Method (SetLineSpacing)
    In This Topic
    Creates SetLineSpacing and reads it from specified reader.
    Syntax
    'Declaration
     
    Public Shared Function CreateRead( _
       ByVal reader As BinaryReader, _
       ByVal fileVersion As Short _
    ) As SetLineSpacing
    public static SetLineSpacing CreateRead( 
       BinaryReader reader,
       short fileVersion
    )

    Parameters

    reader
    The reader.
    fileVersion
    The file version.

    Return Value

    SetLineSpacing.
    See Also