Namespace: Spire.OfficeViewer.Forms
Assembly: Spire.OfficeViewer.Forms (in Spire.OfficeViewer.Forms.dll) Version: 6.6.2.0 (6.6.2.8020)

Syntax

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

Parameters

fileName
String

[Missing <param name="fileName"/> documentation for "M:Spire.OfficeViewer.Forms.DocumentViewer.LoadFromFile(System.String,Spire.OfficeViewer.Forms.FileType,System.String)"]

type
FileType

[Missing <param name="type"/> documentation for "M:Spire.OfficeViewer.Forms.DocumentViewer.LoadFromFile(System.String,Spire.OfficeViewer.Forms.FileType,System.String)"]

password
String

[Missing <param name="password"/> documentation for "M:Spire.OfficeViewer.Forms.DocumentViewer.LoadFromFile(System.String,Spire.OfficeViewer.Forms.FileType,System.String)"]

See Also