public final class PclLoadOptions extends LoadOptions implements IPipelineOptions
Represents options for loading(import) PCL file into pdf document.
Modifier and Type | Class and Description |
---|---|
static class |
PclLoadOptions.ConversionEngines
Enumerates conversion engines that can be used for conversion
|
LoadOptions.MarginsAreaUsageModes, LoadOptions.PageSizeAdjustmentModes, LoadOptions.ResourceLoadingResult, LoadOptions.ResourceLoadingStrategy
Constructor and Description |
---|
PclLoadOptions()
Creates
PclLoadOptions object. |
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize()
Defines batch size if batched conversion is applicable
to source and destination formats pair.
|
int |
getConversionEngine()
Defines conversion engine that will be used for conversion
|
List<Exception> |
getExceptions()
List of conversion errors.
|
boolean |
isSupressErrors()
Gets or sets boolean value which indicates will PCL conversion errors should be supressed.
|
void |
setBatchSize(int value)
Defines batch size if batched conversion is applicable
to source and destination formats pair.
|
void |
setConversionEngine(int conversionEngine)
Defines conversion engine that will be used for conversion
|
void |
setSupressErrors(boolean supressErrors)
Gets or sets boolean value which indicates will PCL conversion errors should be supressed.
|
getLoadFormat, getWarningHandler, setWarningHandler
public int getConversionEngine()
Defines conversion engine that will be used for conversion
PclLoadOptions.ConversionEngines
public void setConversionEngine(int conversionEngine)
Defines conversion engine that will be used for conversion
conversionEngine
- ConversionEngines elementPclLoadOptions.ConversionEngines
public boolean isSupressErrors()
Gets or sets boolean value which indicates will PCL conversion errors should be supressed.
public void setSupressErrors(boolean supressErrors)
Gets or sets boolean value which indicates will PCL conversion errors should be supressed.
supressErrors
- boolean valuepublic List<Exception> getExceptions()
List of conversion errors.
public 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