PdfDevice

PdfDevice(ICreateStreamProvider)

Initializes a new instance of the PdfDevice class.

public PdfDevice(ICreateStreamProvider streamProvider)
ParameterTypeDescription
streamProviderICreateStreamProviderThe stream provider.

See Also


PdfDevice(PdfRenderingOptions, ICreateStreamProvider)

Initializes a new instance of the PdfDevice class by rendering options and stream provider.

public PdfDevice(PdfRenderingOptions options, ICreateStreamProvider streamProvider)
ParameterTypeDescription
optionsPdfRenderingOptionsRendering options.
streamProviderICreateStreamProviderObject that implements the ICreateStreamProvider interface

See Also


PdfDevice(string)

Initializes a new instance of the PdfDevice class.

public PdfDevice(string file)
ParameterTypeDescription
fileStringThe output file name.

See Also


PdfDevice(PdfRenderingOptions, string)

Initializes a new instance of the PdfDevice class by rendering options and output file name.

public PdfDevice(PdfRenderingOptions options, string file)
ParameterTypeDescription
optionsPdfRenderingOptionsRendering options.
fileStringThe output file name.

See Also


PdfDevice(Stream)

Initializes a new instance of the PdfDevice class.

public PdfDevice(Stream stream)
ParameterTypeDescription
streamStreamThe stream.

See Also


PdfDevice(PdfRenderingOptions, Stream)

Initializes a new instance of the PdfDevice class by rendering options and output stream.

public PdfDevice(PdfRenderingOptions options, Stream stream)
ParameterTypeDescription
optionsPdfRenderingOptionsRendering options.
streamStreamThe output stream.

See Also