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 filePath,
	FileType type
)
Public Sub LoadFromFile ( 
	filePath As String,
	type As FileType
)
public:
void LoadFromFile(
	String^ filePath, 
	FileType type
)
member LoadFromFile : 
        filePath : string * 
        type : FileType -> unit 

Parameters

filePath
String

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

type
FileType

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

See Also