ComponentOne PDF for WPF and Silverlight
Save(String) Method

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > C1PdfDocumentBase Class > Save Method : Save(String) Method
Name of the Pdf file to create.
Saves the Pdf document to a file.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal fileName As String _
) 
public void Save( 
   string fileName
)

Parameters

fileName
Name of the Pdf file to create.
Remarks
Saving the Pdf document to a file requires that the file be available for writing. If the file already exists and is in use by an application (such as the Adobe Acrobat Reader), the method will throw an exception.
See Also

Reference

C1PdfDocumentBase Class
C1PdfDocumentBase Members
Overload List