DocDevice

DocDevice(ICreateStreamProvider)

Initializes a new instance of the DocDevice class.

public DocDevice(ICreateStreamProvider streamProvider)
ParameterTypeDescription
streamProviderICreateStreamProviderObject that implements the ICreateStreamProvider interface

See Also


DocDevice(DocRenderingOptions, ICreateStreamProvider)

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

public DocDevice(DocRenderingOptions options, ICreateStreamProvider streamProvider)
ParameterTypeDescription
optionsDocRenderingOptionsRendering options.
streamProviderICreateStreamProviderObject that implements the ICreateStreamProvider interface

See Also


DocDevice(string)

Initializes a new instance of the DocDevice class by output file name.

public DocDevice(string file)
ParameterTypeDescription
fileStringThe output file name

See Also


DocDevice(DocRenderingOptions, string)

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

public DocDevice(DocRenderingOptions options, string file)
ParameterTypeDescription
optionsDocRenderingOptionsRendering options.
fileStringThe output file name

See Also


DocDevice(Stream)

Initializes a new instance of the DocDevice class by output stream.

public DocDevice(Stream stream)
ParameterTypeDescription
streamStreamThe output stream

See Also


DocDevice(DocRenderingOptions, Stream)

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

public DocDevice(DocRenderingOptions options, Stream stream)
ParameterTypeDescription
optionsDocRenderingOptionsRendering options.
streamStreamThe output stream

See Also