PresentationConverterFast Class
The PresentationConverterFast Class is a class with the same functionality as PresentationConverter. It converts presentation significantly faster due to the fact it creates an instance of PresentationConverter inside PowerPoint process.
Table 1. Interfaces
| Interface | Interface description |
|---|---|
| IPresentationConverter | PresentationConverterFast implements this interface with all functions of iSpring SDK |
| _IPresentationConverterEvents | The interface used for subscription to conversion events |
Samples
The PresentationConverterFast object can be created and used in the same way as PresentationConverter object.
| Language | Sample code |
|---|---|
| VB Script |
CODE
|
| C# |
CODE
|
| Visual Basic .NET |
CODE
|
| Visual Basic |
CODE
|
| C++ (VC++/ATL) |
CODE
|
| PHP |
CODE
|