PresentationConverterConvert Method (String, Boolean) |
To convert the already opened presentation.
Namespace: DigitalOfficePro.Html5PointSdkAssembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax public void Convert(
string outputFileNameWithPath,
bool allowMutithread
)
Public Sub Convert (
outputFileNameWithPath As String,
allowMutithread As Boolean
)
public:
virtual void Convert(
String^ outputFileNameWithPath,
bool allowMutithread
) sealed
Parameters
- outputFileNameWithPath
- Type: SystemString
Output full path. - allowMutithread
- Type: SystemBoolean
Set TRUE to allow multi threading while conversion. Set FALSE for not allowing multi thread while conversion.
Implements
IPresentationConverterConvert(String, Boolean)See Also