XpsLoadOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.LoadOptions
All Implemented Interfaces: com.aspose.pdf.IPipelineOptions
public final class XpsLoadOptions extends LoadOptions implements IPipelineOptions
Represents options for loading/importing xps file into pdf document.
Constructors
Constructor | Description |
---|---|
XpsLoadOptions() | Creates default load options for converting xps file into pdf document. |
Methods
Method | Description |
---|---|
getBatchSize() | Defines batch size if batched conversion is applicable to source and destination formats pair. |
setBatchSize(int value) | Defines batch size if batched conversion is applicable to source and destination formats pair. |
XpsLoadOptions()
public XpsLoadOptions()
Creates default load options for converting xps file into pdf document.
getBatchSize()
public final int getBatchSize()
Defines batch size if batched conversion is applicable to source and destination formats pair.
Returns: int - int value
setBatchSize(int value)
public final void setBatchSize(int value)
Defines batch size if batched conversion is applicable to source and destination formats pair.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | int value |