Table of Contents
PdfViewer.Save Method 

Saves the PDF file.

Syntax
 public void Save(
   bool withChanges,
   string fileName = null
);

Parameters

withChanges
Whether to save changes made by the user.
fileName
Optional file name. If not provided, a dialog will be displayed for user to enter a file name.
See Also