ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / ISRandomAccessIO Class / Pos Property

In This Topic
    Pos Property (ISRandomAccessIO)
    In This Topic
    Returns the current position in the stream, which is the position from where the next byte of data would be read. The first byte in the stream is in position 0.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Pos As Integer
    public virtual int Pos {get;}
    Exceptions
    ExceptionDescription
    If an I/O error occurred.
    See Also