public final class XpsLoadOptions extends LoadOptions implements IPipelineOptions
Represents options for loading/importing xps file into pdf document.
LoadOptions.MarginsAreaUsageModes, LoadOptions.PageSizeAdjustmentModes, LoadOptions.ResourceLoadingResult, LoadOptions.ResourceLoadingStrategy| Constructor and Description |
|---|
XpsLoadOptions()
Creates default load options for converting xps file into pdf document.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize()
Defines batch size if batched conversion is applicable
to source and destination formats pair.
|
void |
setBatchSize(int value)
Defines batch size if batched conversion is applicable
to source and destination formats pair.
|
getLoadFormat, getWarningHandler, isDisableFontLicenseVerifications, setDisableFontLicenseVerifications, setWarningHandlerpublic XpsLoadOptions()
Creates default load options for converting xps file into pdf document.
public final int getBatchSize()
Defines batch size if batched conversion is applicable to source and destination formats pair.
getBatchSize in interface IPipelineOptionspublic final void setBatchSize(int value)
Defines batch size if batched conversion is applicable to source and destination formats pair.
setBatchSize in interface IPipelineOptionsvalue - int valueCopyright © 2025 Aspose. All Rights Reserved.