VintaSoft Barcode .NET SDK 15.1: Руководство для .NET разработчика
Vintasoft.Data Namespace / HttpStreamingStream Class / Seek(Int64,SeekOrigin) Method
Синтаксис Требования Смотрите также
    Seek(Int64,SeekOrigin) Метод (HttpStreamingStream)
    Sets the position within the current stream.
    Синтаксис
    'Declaration
    
    Public Overrides Function Seek( _
    ByVal offset
    A byte offset relative to origin.
    As Long, _
    ByVal origin
    A value of type System.IO.SeekOrigin indicating the reference point from which to obtain the new position.
    As System.IO.SeekOrigin _
    ) As Long
     

    Parameters

    offset
    A byte offset relative to origin.
    origin
    A value of type System.IO.SeekOrigin indicating the reference point from which to obtain the new position.

    Return Value

    The new position within the current buffered stream.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также