Aspose::Pdf::OptimizedMemoryStream::get_CanSeek method

OptimizedMemoryStream::get_CanSeek method

When overridden in a derived class, gets a value indicating whether the current stream supports seeking.

bool Aspose::Pdf::OptimizedMemoryStream::get_CanSeek() const override

ReturnValue

true if the stream supports seeking; otherwise, false.

See Also