[]
Loads a page document from the snapshot file.
public static PageDocument LoadSnapshot(FileInfo snapshotFile)
Type | Name | Description |
---|---|---|
FileInfo | snapshotFile |
Type | Description |
---|---|
PageDocument |
Loads a page document from the stream.
public static PageDocument LoadSnapshot(Stream snapshotStream, ResourceLocator resourceLocator = null)
Type | Name | Description |
---|---|---|
Stream | snapshotStream | |
ResourceLocator | resourceLocator |
Type | Description |
---|---|
PageDocument |