Click or drag to resize

IDocument LoadFromFileInReadMode Method

LoadFromStream new document in read-only mode.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
void LoadFromFileInReadMode(
	string strFileName,
	FileFormat fileFormat
)

Parameters

strFileName
Type: System String
File to open.
fileFormat
Type: Spire.Doc FileFormat
See Also