PclLoadOptions
Inheritance: java.lang.Object, com.aspose.pdf.LoadOptions
All Implemented Interfaces: com.aspose.pdf.IPipelineOptions
public final class PclLoadOptions extends LoadOptions implements IPipelineOptions
Represents options for loading(import) PCL file into pdf document.
Constructors
Constructor | Description |
---|---|
PclLoadOptions() | Creates PclLoadOptions object. |
Methods
Method | Description |
---|---|
getConversionEngine() | Defines conversion engine that will be used for conversion |
setConversionEngine(int conversionEngine) | Defines conversion engine that will be used for conversion |
isSupressErrors() | Gets or sets boolean value which indicates will PCL conversion errors should be supressed. |
setSupressErrors(boolean supressErrors) | Gets or sets boolean value which indicates will PCL conversion errors should be supressed. |
getExceptions() | List of conversion errors. |
getBatchSize() | Defines batch size if batched conversion is applicable to source and destination formats pair. |
setBatchSize(int value) | Defines batch size if batched conversion is applicable to source and destination formats pair. |
PclLoadOptions()
public PclLoadOptions()
Creates PclLoadOptions object.
getConversionEngine()
public int getConversionEngine()
Defines conversion engine that will be used for conversion
Returns: int - ConversionEngines element
setConversionEngine(int conversionEngine)
public void setConversionEngine(int conversionEngine)
Defines conversion engine that will be used for conversion
Parameters:
Parameter | Type | Description |
---|---|---|
conversionEngine | int | ConversionEngines element |
isSupressErrors()
public boolean isSupressErrors()
Gets or sets boolean value which indicates will PCL conversion errors should be supressed.
Returns: boolean - boolean value
setSupressErrors(boolean supressErrors)
public void setSupressErrors(boolean supressErrors)
Gets or sets boolean value which indicates will PCL conversion errors should be supressed.
Parameters:
Parameter | Type | Description |
---|---|---|
supressErrors | boolean | boolean value |
getExceptions()
public List<Exception> getExceptions()
List of conversion errors.
Returns: java.util.List<java.lang.Exception> - List of Exceptions
getBatchSize()
public final int getBatchSize()
Defines batch size if batched conversion is applicable to source and destination formats pair.
Returns: int - int value
setBatchSize(int value)
public final void setBatchSize(int value)
Defines batch size if batched conversion is applicable to source and destination formats pair.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | int value |