MhtmlRenderer Methods

The MhtmlRenderer 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.
(Inherited from RendererTDocument.)
Public methodRender(IDevice, TDocument)
Defines method for rendering multiple [!:TDocument]s into specific IDevice.
(Inherited from RendererTDocument.)
Public methodRender(IDevice, IListStream, Configuration)
Renders multiple MHTML documents into specified IDevice.
Public methodRender(IDevice, Stream, Configuration)
Renders MHTML document into specified IDevice.
Public methodRender(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).)
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.
(Inherited from RendererTDocument.)
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.
(Inherited from RendererTDocument.)
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.
(Inherited from RendererTDocument.)
Public methodRender(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.
Public methodRender(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.
Public methodToString (Inherited from Object.)
See Also