Click or drag to resize

HtmlToPdfResult Render Method

Draws the HtmlToPdfResults on to the document.

Namespace: Spire.Additions.Html
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfLayoutResult Render(
	PdfPageBase page,
	PdfTextLayout format
)

Parameters

page
Type: Spire.Pdf PdfPageBase
The Pdf Page.
format
Type: Spire.Pdf.Graphics PdfTextLayout
The Metafile layout format.

Return Value

Type: PdfLayoutResult
See Also