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