public class XpsConverterToPdfOptions extends XpsConverterOptions
Represents XPS to PDF converter options for XpsConverter plugin.
| Constructor and Description |
|---|
XpsConverterToPdfOptions()
Initializes new instance of the
XpsConverterToPdfOptions object. |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperationName()
Returns operation name.
|
int[] |
getPageNumbers()
Gets the array of numbers of pages in XPS document to convert.
|
void |
setPageNumbers(int[] pageNumbers)
Sets the array of numbers of pages in XPS document to convert.
|
addDataSource, addSaveDataSource, getDataCollection, getJpegQualityLevel, getSaveTargetsCollection, setJpegQualityLevelpublic XpsConverterToPdfOptions()
Initializes new instance of the XpsConverterToPdfOptions object.
public final String getOperationName()
Returns operation name.
getOperationName in class XpsConverterOptionspublic int[] getPageNumbers()
Gets the array of numbers of pages in XPS document to convert.
public void setPageNumbers(int[] pageNumbers)
Sets the array of numbers of pages in XPS document to convert. If not set all pages will be converted.
pageNumbers - An array of numbers of pages in XPS document.Copyright © 2025 Aspose. All Rights Reserved.