Enum SeekOrigin
SeekOrigin enumeration
Provides the fields that represent reference points in StreamContainer
for seeking.
public enum SeekOrigin
Values
Name | Value | Description |
---|---|---|
Begin | 0 | Specifies the beginning of a stream. |
Current | 1 | Specifies the current position within a stream. |
End | 2 | Specifies the end of a stream. |
See Also
- namespace Aspose.Imaging
- assembly Aspose.Imaging