ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / NativeFileStream Class / CanSeek Property

In This Topic
    CanSeek Property (NativeFileStream)
    In This Topic
    When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property CanSeek As Boolean
    public override bool CanSeek {get;}

    Property Value

    true if the stream supports seeking; otherwise, false.
    See Also