Converter Constructor (String) |
Namespace: GroupDocs.ConversionAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 21.2.0.0 (21.2)
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