MhtmlRenderer Methods |
The MhtmlRenderer 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 | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (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, IListStream, Configuration) |
Renders multiple MHTML documents into specified IDevice.
| |
Render(IDevice, Stream, Configuration) |
Renders MHTML document into specified IDevice.
| |
Render(IDevice, TimeSpan, Stream) |
Renders multiple MHTML documents 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.
(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.) | |
Render(IDevice, IListStream, Configuration, TimeSpan) |
Renders multiple MHTML documents 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.
| |
Render(IDevice, Stream, Configuration, TimeSpan) |
Renders MHTML document 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.
| |
ToString | (Inherited from Object.) |