Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / Save Method / Save(String,SaveMode) Method
The name of the PDF file to create.
The PDF saving mode.

In This Topic
    Save(String,SaveMode) Method
    In This Topic
    Saves the current PDF document to a file using the specified save mode.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal fileName As System.String, _
       ByVal saveMode As SaveMode _
    ) 
    public void Save( 
       System.string fileName,
       SaveMode saveMode
    )

    Parameters

    fileName
    The name of the PDF file to create.
    saveMode
    The PDF saving mode.
    See Also