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

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

    Parameters

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

    Return Value

    A new SetCharacterSpacing instance.
    See Also