Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / Save Method

In This Topic
    Save Method (GcPdfDocument)
    In This Topic
    Saves the current PDF document to a file using the default mode (no incremental update, not linearized).
    Overload List
    OverloadDescription
    Saves the current PDF document to a file using the default mode (no incremental update, not linearized).  
    Saves the current PDF document to a System.IO.Stream using the default mode (no incremental update, not linearized).  
    Saves the current PDF document to a System.IO.Stream using the specified save mode.  
    Saves the current PDF document to a file using the specified save mode.  
    Saves the current PDF document to a file, optionally using incremental update mode.  
    Saves the current PDF document to a System.IO.Stream, optionally using incremental update mode.  
    See Also