Click or drag to resize

PDFDocSaveToNewLocationAsync Method

Overload List
  NameDescription
Public methodSaveToNewLocationAsync(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.
Public methodSaveToNewLocationAsync(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.
Top
See Also