VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocument Class / SaveChanges Methods / SaveChanges(String) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    SaveChanges(String) Method (PdfDocument)
    In This Topic
    Saves the changes to specified file and switches to the specified file.
    Syntax
    'Declaration
    
    Public Overloads Sub SaveChanges( _
    ByVal filename
    File name to save PDF document.
    As System.String _
    )
    public void SaveChanges(
    System.String filename
    )
    public: void SaveChanges(
    System.String filename
    )
    public:
    void SaveChanges(
    System.String filename
    )

    Parameters

    filename
    File name to save PDF document.
    Remarks

    All further changes will affect specified file only.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also