ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / Save Method / Save(String) Method
Name of the PDF file to create.

In This Topic
    Save(String) Method
    In This Topic
    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