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
Modifier and Type | Field and Description |
---|---|
int |
ConversionEngine
Defines conversion engine that will be used for conversion
|
List<Exception> |
Exceptions
List of conversion errors.
|
boolean |
SupressErrors
Gets or sets boolean value which indicates will PCL conversion errors should be supressed.
|
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.
|
void |
setBatchSize(int value)
Defines batch size if batched conversion is applicable
to source and destination formats pair.
|
getLoadFormat, getWarningHandler, setWarningHandler
public int ConversionEngine
Defines conversion engine that will be used for conversion
public boolean SupressErrors
Gets or sets boolean value which indicates will PCL conversion errors should be supressed.
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