Метод | Описание | |
---|---|---|
Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool | ||
Dispose ( ) : void | ||
WordConverter ( ) : Microsoft.Office.Interop.Word |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
CreateWordInstance ( ) : void | ||
DestroyWordInstance ( ) : void | ||
IsWordWorking ( ) : 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 WordConverter ( ) : Microsoft.Office.Interop.Word | ||
Результат | Microsoft.Office.Interop.Word |