IImageDeviceFactory Interface

IImageDeviceFactory interface

Represents a factory for creating image devices.

public interface IImageDeviceFactory

Methods

NameDescription
Create(ImageRenderingOptions, ICreateStreamProvider)Creates an image device with the specified rendering options and stream provider.
Create(ImageRenderingOptions, Stream)Creates an image device with the specified rendering options and stream.
Create(ImageRenderingOptions, string)Creates an image device with the specified rendering options and file path.

See Also