VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Data Namespace / VintasoftBufferedStream Class / Write(Byte[],Int32,Int32) Method
Syntax Requirements SeeAlso
    Write(Byte[],Int32,Int32) Method (VintasoftBufferedStream)
    Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
    Syntax
    'Declaration
    
    Public Overrides Sub Write( _
    ByVal buffer
    An array of bytes.
    () As Byte, _
    ByVal offset
    Offset in buffer at which to begin copying bytes to the current stream.
    As Integer, _
    ByVal count
    The number of bytes to be written to the current stream.
    As Integer _
    )
     

    Parameters

    buffer
    An array of bytes.
    offset
    Offset in buffer at which to begin copying bytes to the current stream.
    count
    The number of bytes to be written to the current stream.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also