AutoFiller.Save

Save(string)

Saves all the pdfs.

public void Save(string destFile)
ParameterTypeDescription
destFileStringOutput file name.

See Also


Save(Stream)

Saves all the pdfs.

public void Save(Stream destStream)
ParameterTypeDescription
destStreamStreamOutput stream.

See Also