Opens the document from a file in word format.
Namespace: Spire.DocViewer.FormsAssembly: 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 LoadFromFile( string filePath, string password )
Public Sub LoadFromFile ( filePath As String, password As String )
public: void LoadFromFile( String^ filePath, String^ password )
member LoadFromFile : filePath : string * password : string -> unit