Метод | Описание | |
---|---|---|
Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool | ||
Dispose ( ) : void | ||
PowerPointConverter ( ) : Microsoft.Office.Interop.PowerPoint |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
CreatePowerPointInstance ( ) : void | ||
DestroyPowerPointInstance ( ) : void | ||
IsPowerPointWorking ( ) : bool |
public Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool | ||
sourceFilePath | string | |
sourceFormat | int | |
targetFilePath | string | |
targetFormat | int | |
Результат | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public PowerPointConverter ( ) : Microsoft.Office.Interop.PowerPoint | ||
Результат | Microsoft.Office.Interop.PowerPoint |