SeekOrigin enumeration
SeekOrigin enumeration
Provides the fields that represent reference points in StreamContainer
for seeking.
The SeekOrigin type exposes the following members:
Fields
Field | Description |
---|---|
BEGIN | Specifies the beginning of a stream. |
CURRENT | Specifies the current position within a stream. |
END | Specifies the end of a stream. |
See Also
- module
aspose.cad
- class
StreamContainer