PdfFileInfo.Save

Save(Stream)

Saves the PDF document to the specified file.

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

See Also


Save(string)

Saves the PDF document to the specified file.

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

See Also