ConvertToXod Method (String, String) |
Converts the input to XOD format.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static void ToXod(
string sourceFilePath,
string xodFilePath
)
Public Shared Sub ToXod (
sourceFilePath As String,
xodFilePath As String
)
public:
static void ToXod(
[InAttribute] String^ sourceFilePath,
[InAttribute] String^ xodFilePath
)
pdftron.PDF.Convert.ToXod = function(sourceFilePath, xodFilePath);
Parameters
- sourceFilePath
- Type: SystemString
The source file. - xodFilePath
- Type: SystemString
The destination file.
Remarks
This method is only retained for compatibility. It is recommended to use the asynchronous version of
this method: ToXodAsync.
See Also