SaveableFacade.Save

Save(string)

Saves the PDF document to the specified file.

public virtual void Save(string destFile)
ParameterTypeDescription
destFileStringThe destination file.

See Also


Save(Stream)

Saves the PDF document to the specified stream.

public virtual void Save(Stream destStream)
ParameterTypeDescription
destStreamStreamThe destination stream.

See Also