PdfDevice.PdfDevice

PdfDevice()

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

public PdfDevice()

See Also


PdfDevice(Stream)

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

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

See Also