IPresentationConverterConvert Method (String, Boolean) |
To convert the already opened presentation without using threads during conversion.
Namespace: DigitalOfficePro.Html5PointSdkAssembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax void Convert(
string outputFilename,
bool allowMutithread
)
Sub Convert (
outputFilename As String,
allowMutithread As Boolean
)
void Convert(
String^ outputFilename,
bool allowMutithread
)
Parameters
- outputFilename
- Type: SystemString
Full path of output html file. - allowMutithread
- Type: SystemBoolean
Set false to convert presentation without using threads.
See Also