[]
Saves document snapshot to the specified file.
public void SaveSnapshot(FileInfo snapshotFile, bool isInteractive = false)
Type | Name | Description |
---|---|---|
FileInfo | snapshotFile | |
bool | isInteractive |
Saves a document snapshot to the specified stream.
public void SaveSnapshot(Stream snapshotStream, bool isInteractive = false)
Type | Name | Description |
---|---|---|
Stream | snapshotStream | |
bool | isInteractive |