XpsDocument.SaveAsPs

XpsDocument.SaveAsPs method

Saves the document in PS format.

public void SaveAsPs(Stream stream, PsSaveOptions options)
ParameterTypeDescription
streamStreamThe stream to write the output PS file to.
optionsPsSaveOptionsOptions for saving the document in PS format.

See Also