ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / C1.WPF.PdfViewer Namespace / C1PdfViewer Class / SaveDocument Method / SaveDocument() Method

In This Topic
    SaveDocument() Method
    In This Topic
    Save the current document to a file.
    Syntax
    'Declaration
     
    
    Public Overloads Function SaveDocument() As Boolean
    public bool SaveDocument()

    Return Value

    Returns true if operation is successful; otherwise, false.
    See Also