public final class SeekOrigin
extends com.aspose.ms.System.Enum
Provides the fields that represent reference points in StreamContainer
for seeking.
Modifier and Type | Field and Description |
---|---|
static int |
Begin
Specifies the beginning of a stream.
|
static int |
Current
Specifies the current position within a stream.
|
static int |
End
Specifies the end of a stream.
|
public static final int Begin
Specifies the beginning of a stream.
public static final int Current
Specifies the current position within a stream.
public static final int End
Specifies the end of a stream.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.