Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Document Class / Save Method
The password for this Document, if any.


In This Topic
    Save Method (Document)
    In This Topic
    Saves the current Document.
    Syntax
    'Declaration
     
    Public Overridable Sub Save( _
       Optional ByVal password As String _
    ) 
    'Usage
     
    Dim instance As Document
    Dim password As String
     
    instance.Save(password)
    public virtual void Save( 
       string password
    )

    Parameters

    password
    The password for this Document, if any.
    Remarks
    If the Document is password protected, and no password or an incorrect password is provided, an exception is thrown.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also