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.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
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.