EVO HTML to PDF Converter

ImgConverter Methods

EVO HTML to PDF Converter for .NET Documentation

The ImgConverter type exposes the following members.

Methods

  NameDescription
Public methodConvertHtml
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.)
Public methodConvertHtmlFile
Converts a HTML file to an image having the given format and returns the rendered image into a memory buffer
(Inherited from HtmlToImageConverter.)
Public methodConvertHtmlFileToFile
Converts a HTML file to an image having the given format and writes the rendered image into a file
(Inherited from HtmlToImageConverter.)
Public methodConvertHtmlStream
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.)
Public methodConvertHtmlStreamToFile
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.)
Public methodConvertHtmlToFile
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.)
Public methodConvertHtmlToImageObject
Converts a HTML string to an Image object using a base URL to resolve external resources
(Inherited from HtmlToImageConverter.)
Public methodConvertHtmlToImageTiles(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.)
Public methodConvertHtmlToImageTiles(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.)
Public methodConvertUrl
Converts an URL to an image having the given image format and returns the rendered image into a memory buffer
(Inherited from HtmlToImageConverter.)
Public methodConvertUrlToFile
Converts an URL to an image having the given format and writes the rendered image into a file
(Inherited from HtmlToImageConverter.)
Public methodConvertUrlToImageObject
Converts an URL to an Image object
(Inherited from HtmlToImageConverter.)
Public methodConvertUrlToImageTiles
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.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetImageBytesFromHtmlFile
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
Public methodGetImageBytesFromHtmlStream(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
Public methodGetImageBytesFromHtmlStream(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
Public methodGetImageBytesFromHtmlString(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
Public methodGetImageBytesFromHtmlString(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
Public methodGetImageBytesFromUrl
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
Public methodGetImageFromHtmlString(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
Public methodGetImageFromHtmlString(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
Public methodGetImageFromUrl
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
Public methodGetImageTilesFromHtmlString(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
Public methodGetImageTilesFromHtmlString(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
Public methodGetImageTilesFromHtmlString(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
Public methodGetImageTilesFromUrl
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
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveImageFromHtmlFileToFile
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
Public methodSaveImageFromHtmlStreamToFile(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
Public methodSaveImageFromHtmlStreamToFile(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
Public methodSaveImageFromHtmlStringToFile(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
Public methodSaveImageFromHtmlStringToFile(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
Public methodSaveImageFromUrlToFile
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
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference