menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class STREAM_SEEK - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class STREAM_SEEK

    The STREAM_SEEK enumeration values specify the origin from which to calculate the new seek-pointer location.

    Inheritance
    System.Object
    STREAM_SEEK
    Namespace: Syncfusion.CompoundFile.DocIO.Native
    Assembly: Syncfusion.DocIO.UWP.dll
    Syntax
    public sealed class STREAM_SEEK : Enum

    Fields

    STREAM_SEEK_CUR

    The new seek pointer is an offset relative to the current seek pointer location. In this case, the dlibMove parameter is the signed displacement from the current seek position.

    Declaration
    public const STREAM_SEEK STREAM_SEEK_CUR
    Field Value
    Type
    STREAM_SEEK

    STREAM_SEEK_END

    The new seek pointer is an offset relative to the end of the stream. In this case, the dlibMove parameter is the new seek position relative to the end of the stream.

    Declaration
    public const STREAM_SEEK STREAM_SEEK_END
    Field Value
    Type
    STREAM_SEEK

    STREAM_SEEK_SET

    The new seek pointer is an offset relative to the beginning of the stream. In this case, the dlibMove parameter is the new seek position relative to the beginning of the stream.

    Declaration
    public const STREAM_SEEK STREAM_SEEK_SET
    Field Value
    Type
    STREAM_SEEK

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved