RendererTDocument Class

Renderer<TDocument> class

Represents an abstract class for the all renderers.

public abstract class Renderer<TDocument> : Renderer
ParameterDescription
TDocumentThe type of the document.

Methods

NameDescription
Dispose()Releases unmanaged and - optionally - managed resources.
Render(IDevice, TDocument)Defines method for rendering !:TDocument into specified IDevice.
Render(IDevice, params TDocument[])Defines method for rendering multiple !:TDocuments into specific IDevice.
abstract Render(IDevice, CancellationToken, params TDocument[])Defines a method for rendering multiple !:TDocuments into a specific IDevice, using a cancellation token to request cancellation of the operation.
Render(IDevice, int, params TDocument[])Defines method for rendering multiple !:TDocuments into specific IDevice.
Render(IDevice, TDocument, int)Defines method for rendering !:TDocument into specified IDevice.
Render(IDevice, TDocument, TimeSpan)Defines method for rendering !:TDocument into specified IDevice.
abstract Render(IDevice, TimeSpan, params TDocument[])Defines method for rendering multiple !:TDocuments into specific IDevice.

See Also