public class XpsSaveOptions extends UnifiedSaveOptions implements IPipelineOptions
Save options for export to Xps format
UnifiedSaveOptions.ConversionProgressEventHandler, UnifiedSaveOptions.ProgressEventHandlerInfoSaveOptions.BorderInfo, SaveOptions.BorderPartStyle, SaveOptions.HtmlBorderLineType, SaveOptions.MarginInfo, SaveOptions.MarginPartStyle, SaveOptions.NodeLevelResourceType, SaveOptions.ResourceSavingInfoIsMultiThreading| Constructor and Description |
|---|
XpsSaveOptions()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize()
Defines batch size if batched conversion is applicable
to source and destination formats pair.
|
boolean |
getSaveTransparentTexts()
Indicates whether to preserve transparent (OCR'ed) text.
|
boolean |
isUseNewImagingEngine()
Deprecated.
UseNewImagingEngine is deprecated
|
void |
setBatchSize(int value)
Defines batch size if batched conversion is applicable
to source and destination formats pair.
|
void |
setSaveTransparentTexts(boolean value)
Indicates whether to preserve transparent (OCR'ed) text.
|
void |
setUseNewImagingEngine(boolean value)
Deprecated.
UseNewImagingEngine is deprecated
|
getProgressEventsRetranslator, isExtractOcrSublayerOnly, isTryMergeAdjacentSameBackgroundImages, setExtractOcrSublayerOnly, setProgressEventsRetranslator, setTryMergeAdjacentSameBackgroundImagesgetSaveFormat, getWarningHandler, isCacheGlyphs, isCloseResponse, setCacheGlyphs, setCloseResponse, setWarningHandlerpublic final boolean getSaveTransparentTexts()
Indicates whether to preserve transparent (OCR'ed) text.
public final void setSaveTransparentTexts(boolean value)
Indicates whether to preserve transparent (OCR'ed) text.
value - boolean valuepublic 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 value@Deprecated public final boolean isUseNewImagingEngine()
Gets or sets UseNewImagingEngine option.
@Deprecated public final void setUseNewImagingEngine(boolean value)
Gets or sets UseNewImagingEngine option.
value - boolean valueCopyright © 2024 Aspose. All Rights Reserved.