public class XpsSaveOptions extends UnifiedSaveOptions implements IPipelineOptions
Save options for export to Xps format
UnifiedSaveOptions.ConversionProgressEventHandler, UnifiedSaveOptions.ProgressEventHandlerInfo
SaveOptions.BorderInfo, SaveOptions.BorderPartStyle, SaveOptions.HtmlBorderLineType, SaveOptions.MarginInfo, SaveOptions.MarginPartStyle, SaveOptions.NodeLevelResourceType, SaveOptions.ResourceSavingInfo
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, setTryMergeAdjacentSameBackgroundImages
getSaveFormat, getWarningHandler, isCloseResponse, setCloseResponse, setWarningHandler
public 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 IPipelineOptions
public final void setBatchSize(int value)
Defines batch size if batched conversion is applicable to source and destination formats pair.
setBatchSize
in interface IPipelineOptions
value
- 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 © 2023 Aspose. All Rights Reserved.