RendererTDocument Methods

The RendererTDocument generic type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases unmanaged and - optionally - managed resources.
(Inherited from Renderer.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from Renderer.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRender(IDevice, TDocument)
Defines method for rendering [!:TDocument] into specified IDevice.
Public methodRender(IDevice, TDocument)
Defines method for rendering multiple [!:TDocument]s into specific IDevice.
Public methodRender(IDevice, Int32, TDocument)
Defines method for rendering multiple [!:TDocument]s into specific IDevice. The rendering will be performed once there are no any network operations for loading resources, active timers, animation tasks or specified timeout is elapsed.
Public methodRender(IDevice, TimeSpan, TDocument)
Defines method for rendering multiple [!:TDocument]s into specific IDevice. The rendering will be performed once there are no any network operations for loading resources, active timers, animation tasks or specified timeout is elapsed.
Public methodRender(IDevice, TDocument, Int32)
Defines method for rendering [!:TDocument] into specified IDevice. The rendering will be performed once there are no any network operations for loading resources, active timers, animation tasks or specified timeout is elapsed.
Public methodRender(IDevice, TDocument, TimeSpan)
Defines method for rendering [!:TDocument] into specified IDevice. The rendering will be performed once there are no any network operations for loading resources, active timers, animation tasks or specified timeout is elapsed.
Public methodToString (Inherited from Object.)
See Also