Initializes a new instance of the Document class.
public Document(string path, bool bReadyOnly);
Parameters |
Description |
string path |
The path on disk of the container file |
bool bReadyOnly |
true indicates the document is readonly |