Method | Description | |
---|---|---|
Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool | ||
Dispose ( ) : void | ||
PowerPointConverter ( ) : Microsoft.Office.Interop.PowerPoint |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
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 | |
return | bool |
public PowerPointConverter ( ) : Microsoft.Office.Interop.PowerPoint | ||
return | Microsoft.Office.Interop.PowerPoint |