Load the Doc document from a file.

Namespace: Spire.DocViewer.Forms
Assembly: Spire.DocViewer.Forms (in Spire.DocViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.4020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Load(
	string fileName,
	string password
)
Public Sub Load ( 
	fileName As String,
	password As String
)
public:
void Load(
	String^ fileName, 
	String^ password
)
member Load : 
        fileName : string * 
        password : string -> unit 

Parameters

fileName
String
file name
password
String
password

See Also