Click or drag to resize

SeekOrigin Enumeration

Provides the fields that represent reference points in StreamContainer for seeking.

Namespace:  Aspose.CAD
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public enum SeekOrigin
Members
  Member nameValueDescription
Begin0 Specifies the beginning of a stream.
Current1 Specifies the current position within a stream.
End2 Specifies the end of a stream.
See Also