ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / RandomAccessIO Interface / Pos Property

In This Topic
    Pos Property (RandomAccessIO)
    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
     
    
    ReadOnly Property Pos As Integer
    int Pos {get;}

    Property Value

    The offset of the current position, in bytes.
    Exceptions
    ExceptionDescription
    If an I/O error ocurred.
    See Also