Method Save
Save(string)
Writes the assembled document to a file.
public PdfAssemblyResult Save(string path)
Parameters
pathstringThe path to write.
Returns
- PdfAssemblyResult
What was produced, and everything that could not be carried.
Exceptions
- ArgumentNullException
pathis null.- InvalidOperationException
No pages have been appended.