Editor Constructor (String) |
Initializes new Editor instance with specified input document (as a full file path)
Namespace: GroupDocs.EditorAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic Editor(
string filePath
)
Public Sub New (
filePath As String
)
public:
Editor(
String^ filePath
)
new :
filePath : string -> Editor
Parameters
- filePath
- Type: SystemString
Full path to the file. Should not be NULL. Should be valid, and file should exist.
Remarks
See Also