New to Telerik UI for WinForms? Start a free 30-day trial
Save As
Updated over 6 months ago
RadPdfViewer enables you to save the loaded document to a file on the file system.
Figure 1: Save As button in RadPdfViewerNavigator

Saving in Code-Behind
You can save the loaded document programmatically by using the SaveDocument method of RadPdfViewer from your code.
Save As
C#
this.radPdfViewer1.SaveDocument(filePath);