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 HtmlToPdfResult Convert( string url, ImageType type, int width, int height, AspectRatio aspectRatio, string username, string password )
Public Function Convert ( url As String, type As ImageType, width As Integer, height As Integer, aspectRatio As AspectRatio, username As String, password As String ) As HtmlToPdfResult
public: HtmlToPdfResult^ Convert( String^ url, ImageType type, int width, int height, AspectRatio aspectRatio, String^ username, String^ password )
member Convert : url : string * type : ImageType * width : int * height : int * aspectRatio : AspectRatio * username : string * password : string -> HtmlToPdfResult
Parameters
- url
- String
- type
- ImageType
- width
- Int32
- height
- Int32
- aspectRatio
- AspectRatio
- username
- String
- password
- String