PDFView4NET WPF Edition
Save(String) Method




O2S.Components.PDFView4NET Namespace > PDFDocument Class > Save Method : Save(String) Method
The name of the PDF file.
Saves the PDF document as a file.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal fileName As String _
) 
'Usage
 
Dim instance As PDFDocument
Dim fileName As String
 
instance.Save(fileName)
public void Save( 
   string fileName
)
public: void Save( 
   string* fileName
) 
public:
void Save( 
   String^ fileName
) 

Parameters

fileName
The name of the PDF file.
Remarks
The exceptions thrown by this method are the exceptions that are thrown by System.IO.FileStream constructor.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDocument Class
PDFDocument Members
Overload List