Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / BigEndianBinaryReader Class / BigEndianBinaryReader Constructor
The underlying System.IO.Stream object.
true to leave the stream open after the System.IO.BinaryReader object is disposed; otherwise, false.

In This Topic
    BigEndianBinaryReader Constructor
    In This Topic
    Initializes a new instance of the BigEndianBinaryReader class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal baseStream As System.IO.Stream, _
       ByVal leaveOpen As System.Boolean _
    )
    public BigEndianBinaryReader( 
       System.IO.Stream baseStream,
       System.bool leaveOpen
    )

    Parameters

    baseStream
    The underlying System.IO.Stream object.
    leaveOpen
    true to leave the stream open after the System.IO.BinaryReader object is disposed; otherwise, false.
    See Also