ConvertToXps Method (String, String, XPSOutputOptions) |
Converts an input file to XPS format.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static void ToXps(
string sourceFilePath,
string xpsFilePath,
XPSOutputOptions options
)
Public Shared Sub ToXps (
sourceFilePath As String,
xpsFilePath As String,
options As XPSOutputOptions
)
public:
static void ToXps(
[InAttribute] String^ sourceFilePath,
[InAttribute] String^ xpsFilePath,
[InAttribute] XPSOutputOptions^ options
)
pdftron.PDF.Convert.ToXps = function(sourceFilePath, xpsFilePath, options);
Parameters
- sourceFilePath
- Type: SystemString
The full path of the file to convert. - xpsFilePath
- Type: SystemString
The full path where to save the XPS file. - options
- Type: pdftron.PDFXPSOutputOptions
Conversion options to use.
See Also