Click or drag to resize

PdfDocumentBase SaveToHtml Method (Stream)

Save the document to html stream.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SaveToHtml(
	Stream stream
)

Parameters

stream
Type: System.IO Stream
The html stream.
See Also