Aspose::Pdf::OptimizedMemoryStream::get_CanWrite method

OptimizedMemoryStream::get_CanWrite method

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

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

ReturnValue

true if the stream supports writing; otherwise, false.

See Also