HtmlRenderer Methods |
The HtmlRenderer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose |
Releases unmanaged and - optionally - managed resources.
(Inherited from Renderer.) |
![]() | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from Renderer.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Render(IDevice, TDocument) |
Defines method for rendering [!:TDocument] into specified IDevice.
(Inherited from RendererTDocument.) |
![]() | Render(IDevice, TDocument) |
Defines method for rendering multiple [!:TDocument]s into specific IDevice.
(Inherited from RendererTDocument.) |
![]() | Render(IDevice, TimeSpan, Document) |
Defines method for rendering multiple Documents 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.
(Overrides RendererTDocumentRender(IDevice, TimeSpan, TDocument).) |
![]() | Render(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.
(Inherited from RendererTDocument.) |
![]() | Render(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.
(Inherited from RendererTDocument.) |
![]() | Render(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.
(Inherited from RendererTDocument.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |