Namespace: Spire.Pdf.HtmlConverter
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public Image ConvertToImage( Stream stream, Encoding encoding, ImageType type, int width, int height )
Public Function ConvertToImage ( stream As Stream, encoding As Encoding, type As ImageType, width As Integer, height As Integer ) As Image
public: Image^ ConvertToImage( Stream^ stream, Encoding^ encoding, ImageType type, int width, int height )
member ConvertToImage : stream : Stream * encoding : Encoding * type : ImageType * width : int * height : int -> Image