Click or drag to resize

IFileConverterConvert Method (String, String, ConversionSourceType, ConversionOutputType, DocumentOptions)

Convert string input to output type and write to disk.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void Convert(
	string Input,
	string OutputPath,
	ConversionSourceType ConversionType,
	ConversionOutputType OutputType,
	DocumentOptions DocOptions
)

Parameters

Input
Type: SystemString
Input source
OutputPath
Type: SystemString
Output file path
ConversionType
Type: NetQuarryConversionSourceType
Input source type
OutputType
Type: NetQuarryConversionOutputType
Output file type
DocOptions
Type: NetQuarryDocumentOptions
Output document options
See Also