Converter Constructor (String) |
Namespace: GroupDocs.ConversionAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
Syntaxpublic Converter(
string filePath
)
Public Sub New (
filePath As String
)
public:
Converter(
String^ filePath
)
new :
filePath : string -> Converter
Parameters
- filePath
- Type: SystemString
The file path to the source document.
Remarks
See Also