PresentationConverter Class
The PresentationConverter class is the main class of iSpring SDK COM API. It provides presentation conversion methods and properties. To start working with the COM API, the application creates an instance of the PresentationConverter class.
Table 1. Interfaces
Interface | Interface description |
---|---|
IPresentationConverter | PresentationConverter implements this interface with all facilities of iSpring SDK. |
_IPresentationConverterEvents | The interface used for conversion event subscription. |
Samples
The following samples illustrate how PresentationConverter Object creation functions in different programming languages.
Language | Sample code |
---|---|
VB Script |
CODE
|
C# |
CODE
|
Visual Basic .NET |
CODE
|
Visual Basic |
CODE
|
C++ (VC++/ATL) |
CODE
|
PHP |
PHP
|