XpsDevice.XpsDevice

XpsDevice()

Creates a new instance. The output file will be written to the output working directory taking the job name as a file name.

public XpsDevice()

See Also


XpsDevice(Stream)

Creates a new instance. The output file will be written to specified stream.

public XpsDevice(Stream stream)
ParameterTypeDescription
streamStreamThe stream to write the output file to.

See Also