method save

bool save(stream stream,bool clearModified);

Argumente

Zurückgegebener Wert

This method can be used to save off the currently loaded document to a stream provided by the caller. It also has the ability to clear the "document modified" flag.

See modified property for example.