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 FromString( string html, ImageType type, int width, int height )
Public Function FromString ( html As String, type As ImageType, width As Integer, height As Integer ) As Image
public: Image^ FromString( String^ html, ImageType type, int width, int height )
member FromString : html : string * type : ImageType * width : int * height : int -> Image