The HtmlToImageConverter type exposes the following members.
Methods
Name | Description | |
---|---|---|
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.) | |
GenerateImage(String, String) |
Generate image by specifed HTML content
| |
GenerateImage(String, String, Stream) |
Generate image by specfied HTML content and write output into output stream
| |
GenerateImageFromFile(String, String) |
Generate image for specified HTML file path or URL
| |
GenerateImageFromFile(String, String, Stream) |
Generate image for specified HTML file or URL and write resulting image to output stream
| |
GenerateImageFromFile(String, String, String) |
Generate image for specified HTML file or URL and write resulting image to output file
| |
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also