Enum SeekOrigin
Enum SeekOrigin
Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)
Provides the fields that represent reference points in Aspose.Imaging.StreamContainer for seeking.
public enum SeekOrigin
Fields
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.