Xceed .NET Libraries Documentation
Xceed.Compression.Formats Assembly / Xceed.Compression.Formats Namespace / FormattedCompressedStream Class / Position Property


In This Topic
    Position Property (FormattedCompressedStream)
    In This Topic
    Gets or sets the position within the current stream.
    Syntax
    'Declaration
     
    Public Overrides Property Position As Long
    'Usage
     
    Dim instance As FormattedCompressedStream
    Dim value As Long
     
    instance.Position = value
     
    value = instance.Position
    public override long Position {get; set;}

    Property Value

    The current position within the stream.
    Remarks

    The stream must support seeking to get or set the position. You can use the CanSeek property to determine if the stream supports seeking.

    Seeking to any location beyond the length of the stream is supported.

    The Position property does not keep track of the number of bytes from the stream that have been consumed, skipped, or both.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also

    Reference

    FormattedCompressedStream Class
    FormattedCompressedStream Members
    Base Implementation in Position