New to Telerik UI for WinFormsStart 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

WinForms RadPdfViewer 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);
In this article
Saving in Code-Behind
Not finding the help you need?
Contact Support