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
ProgressEventsRetranslator, TryMergeAdjacentSameBackgroundImages
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.
|
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.
|
isExtractOcrSublayerOnly, setExtractOcrSublayerOnly
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