StreamContainerSeekBegin Method |
Sets the stream position to the beginning of the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor.
Namespace:
Aspose.CAD
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic virtual void SeekBegin()
Public Overridable Sub SeekBegin
public:
virtual void SeekBegin()
abstract SeekBegin : unit -> unit
override SeekBegin : unit -> unit
See Also