Click or drag to resize

HtmlConverter ConvertToImage Method (String, ImageType, Int32, Int32, AspectRatio)

Convert To Image.

Namespace: Spire.Additions.Html
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Image ConvertToImage(
	string url,
	ImageType type,
	int width,
	int height,
	AspectRatio aspectRatio
)

Parameters

url
Type: System String
url of html.
type
Type: Spire.Additions.Html ImageType
ImageType.
width
Type: System Int32
width.
height
Type: System Int32
height.
aspectRatio
Type: Spire.Additions.Html AspectRatio
AspectRatio.

Return Value

Type: Image
Returns Image.
See Also