PdfViewer.Save

Save(string)

Saves the result PDF document to file.

public void Save(string destFile)
ParameterTypeDescription
destFileStringThe path of output PDF document.

See Also


Save(Stream)

Saves the result PDF document to stream.

public void Save(Stream destStream)
ParameterTypeDescription
destStreamStreamThe stream of output PDF document.

See Also