The ImgConverter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ConvertHtml |
Converts a HTML string to an image having the given format using a base URL to resolve external resources
and returns the rendered image into a memory buffer
(Inherited from HtmlToImageConverter.) |
![]() | ConvertHtmlFile |
Converts a HTML file to an image having the given format and returns the rendered image into a memory buffer
(Inherited from HtmlToImageConverter.) |
![]() | ConvertHtmlFileToFile |
Converts a HTML file to an image having the given format and writes the rendered image into a file
(Inherited from HtmlToImageConverter.) |
![]() | ConvertHtmlStream |
Converts the HTML string read from a stream to an image having the given format using a base URL to resolve external resources
and returns the rendered image into a memory buffer
(Inherited from HtmlToImageConverter.) |
![]() | ConvertHtmlStreamToFile |
to resolve external resources
and writes the rendered image into a fileConverts the HTML string read from a stream to an image having the given format using a base URL
(Inherited from HtmlToImageConverter.) |
![]() | ConvertHtmlToFile |
Converts a HTML string to an image having the given format using a base URL to resolve external resources and writes the rendered image into a file
(Inherited from HtmlToImageConverter.) |
![]() | ConvertHtmlToImageObject |
Converts a HTML string to an Image object using a base URL to resolve external resources
(Inherited from HtmlToImageConverter.) |
![]() | ConvertHtmlToImageTiles(String, String) |
Converts a HTML string to a set of Image objects using a base URL to resolve external resources.
The image is tiled to avoid working with very large images in memory
(Inherited from HtmlToImageConverter.) |
![]() | ConvertHtmlToImageTiles(String, String, String) |
Converts a HTML string to a set of Image objects using a base URL to resolve external resources and an internal links base URL.
The image is tiled to avoid working with very large images in memory
(Inherited from HtmlToImageConverter.) |
![]() | ConvertUrl |
Converts an URL to an image having the given image format and returns the rendered image into a memory buffer
(Inherited from HtmlToImageConverter.) |
![]() | ConvertUrlToFile |
Converts an URL to an image having the given format and writes the rendered image into a file
(Inherited from HtmlToImageConverter.) |
![]() | ConvertUrlToImageObject |
Converts an URL to an Image object
(Inherited from HtmlToImageConverter.) |
![]() | ConvertUrlToImageTiles |
Converts an URL to a set of Image objects.
The image is tiled to avoid working with very large images in memory
(Inherited from HtmlToImageConverter.) |
![]() | Equals | (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.) |
![]() | GetImageBytesFromHtmlFile |
Converts a HTML file to an image having the given format. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlFile(String, ImageFormat) method in the future versions
|
![]() | GetImageBytesFromHtmlStream(Stream, Encoding, ImageFormat) |
Converts the HTML string read from a stream to an image having the given format.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStream(Stream, Encoding, String, ImageFormat) method in the future versions
|
![]() | GetImageBytesFromHtmlStream(Stream, Encoding, ImageFormat, String) |
Converts the HTML string read from a stream to an image having the given format using a base URL.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStream(Stream, Encoding, String, ImageFormat) method in the future versions
|
![]() | GetImageBytesFromHtmlString(String, ImageFormat) |
Converts a HTML string to an image having the given format. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtml(String, String, ImageFormat) method in the future versions
|
![]() | GetImageBytesFromHtmlString(String, ImageFormat, String) |
Converts a HTML string to an image having the given format using a base URL. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtml(String, String, ImageFormat) method in the future versions
|
![]() | GetImageBytesFromUrl |
Converts an URL to an image having the given image format. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertUrl(String, ImageFormat) method in the future versions
|
![]() | GetImageFromHtmlString(String) |
Converts a HTML string to an image object. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToImageObject(String, String) method in the future versions
|
![]() | GetImageFromHtmlString(String, String) |
Converts a HTML string to an Image object using a base URL. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToImageObject(String, String) method in the future versions
|
![]() | GetImageFromUrl |
Converts an URL to an image object. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertUrlToImageObject(String) method in the future versions
|
![]() | GetImageTilesFromHtmlString(String) |
Converts a HTML string to a set of image objects. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToImageTiles(String, String) method in the future versions
|
![]() | GetImageTilesFromHtmlString(String, String) |
Converts a HTML string to a set of image objects using a base URL. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToImageTiles(String, String) method in the future versions
|
![]() | GetImageTilesFromHtmlString(String, String, String) |
Converts a HTML string to a set of image objects using a base URL and an internal links base URL.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToImageTiles(String, String, String) method in the future versions
|
![]() | GetImageTilesFromUrl |
Converts an URL to an array of image objects. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertUrlToImageTiles(String) method in the future versions
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SaveImageFromHtmlFileToFile |
Converts a HTML file to an image having the given format. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlFileToFile(String, ImageFormat, String) method in the future versions
|
![]() | SaveImageFromHtmlStreamToFile(Stream, Encoding, ImageFormat, String) |
Converts the HTML string read from a stream to an image having the given format. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStreamToFile(Stream, Encoding, String, ImageFormat, String) method in the future versions
|
![]() | SaveImageFromHtmlStreamToFile(Stream, Encoding, ImageFormat, String, String) |
Converts the HTML string read from a stream to an image having the given format using a base URL.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStreamToFile(Stream, Encoding, String, ImageFormat, String) method in the future versions
|
![]() | SaveImageFromHtmlStringToFile(String, ImageFormat, String) |
Converts a HTML string to an image having the given format. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToFile(String, String, ImageFormat, String) method in the future versions
|
![]() | SaveImageFromHtmlStringToFile(String, ImageFormat, String, String) |
Converts a HTML string to an image having the given format using a base URL. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToFile(String, String, ImageFormat, String) method in the future versions
|
![]() | SaveImageFromUrlToFile |
Converts an URL to an image having the given format. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertUrlToFile(String, ImageFormat, String) method in the future versions
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also