Load the Doc document from a file.
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 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