XpsDocument.SaveAsPs

SaveAsPs(string, PsSaveOptions)

Saves the document in PS format.

public void SaveAsPs(string outPsFilePath, PsSaveOptions options)
ParameterTypeDescription
outPsFilePathStringAn output PS file path.
optionsPsSaveOptionsOptions for saving the document in PS format.

See Also


SaveAsPs(Stream, PsSaveOptions)

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