FileOpen Method (C1PreviewFileActions)
In This Topic
Loads the document from a specified file. If the file does not exist uses its directory as the initial directory for the "open file" dialog.
Overload List
Overload | Description |
FileOpen(String,Boolean) | Loads the document from a specified file. If the file does not exist uses its directory as the initial directory for the "open file" dialog. |
FileOpen(String) | Loads the document from a specified file. If the file does not exist uses its directory as the initial directory for the "open file" dialog. |
FileOpen() | Shows the "open file" dialog allowing the user to select a document to open, and then opens it. |
See Also