PDFDocSaveToNewLocationAsync Method |
| Name | Description | |
|---|---|---|
| SaveToNewLocationAsync(IStorageFile, SDFDocSaveOptions) |
Saves all changes to the document and writes them to an IRandomAccessStream instance.
Note, this will assume that storageFile is pointing to a different location that the PDFDoc currently is.
If this is not the case, the behavior is undefined and may corrupt the underlying document.
| |
| SaveToNewLocationAsync(IRandomAccessStream, SDFDocSaveOptions, String) |
Saves all changes to the document and writes them to an IRandomAccessStream instance.
Note, this will assume that randomAccessStream is pointing to a different location that the PDFDoc currently is.
If this is not the case, the behavior is undefined and may corrupt the underlying document.
|