ImageDevice

ImageDevice(ICreateStreamProvider)

Initializes a new instance of the ImageDevice class.

public ImageDevice(ICreateStreamProvider streamProvider)
ParameterTypeDescription
streamProviderICreateStreamProviderThe stream provider.

See Also


ImageDevice(ImageRenderingOptions, ICreateStreamProvider)

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

public ImageDevice(ImageRenderingOptions options, ICreateStreamProvider streamProvider)
ParameterTypeDescription
optionsImageRenderingOptionsRendering options.
streamProviderICreateStreamProviderObject that implements the ICreateStreamProvider interface

See Also


ImageDevice(string)

Initializes a new instance of the ImageDevice class.

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

See Also


ImageDevice(ImageRenderingOptions, string)

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

public ImageDevice(ImageRenderingOptions options, string file)
ParameterTypeDescription
optionsImageRenderingOptionsRendering options.
fileStringThe output file name.

See Also


ImageDevice(Stream)

Initializes a new instance of the ImageDevice class.

public ImageDevice(Stream stream)
ParameterTypeDescription
streamStreamThe stream.

See Also


ImageDevice(ImageRenderingOptions, Stream)

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

public ImageDevice(ImageRenderingOptions options, Stream stream)
ParameterTypeDescription
optionsImageRenderingOptionsRendering options.
streamStreamThe output stream.

See Also