[]
        
(Showing Draft Content)

C1.WPF.PdfViewer.C1PdfViewer.SaveDocument

SaveDocument Method

SaveDocument()

Save the current document to a file.

Declaration
public bool SaveDocument()
Returns
Type Description
bool

Returns true if operation is successful; otherwise, false.

SaveDocument(Stream)

Save the current document to a Stream.

Declaration
public void SaveDocument(Stream stream)
Parameters
Type Name Description
Stream stream

The stream where the current document is saved.