Click or drag to resize

Document LoadFromFile Method (String, FileFormat, XHTMLValidationType)

Opens the HTML document from stream .

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void LoadFromFile(
	string fileName,
	FileFormat fileFormat,
	XHTMLValidationType validationType
)

Parameters

fileName
Type: System String
Name of the file.
fileFormat
Type: Spire.Doc FileFormat
validationType
Type: Spire.Doc.Documents XHTMLValidationType
Type of the validation.
See Also