Click or drag to resize

HtmlToPdfResult Constructor

Initializes a new instance of theclass.

Namespace: Spire.Additions.Html
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public HtmlToPdfResult(
	Image[] image,
	ArrayList pageBreaks,
	ArrayList anchors
)

Parameters

image
Type: System.Drawing Image
The image.
pageBreaks
Type: System.Collections ArrayList
The page breaks.
anchors
Type: System.Collections ArrayList
The anchors.
See Also