public final class PclLoadOptions extends LoadOptions
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
|
com.aspose.ms.System.Collections.Generic.IGenericList<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. |
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 com.aspose.ms.System.Collections.Generic.IGenericList<Exception> Exceptions
List of conversion errors.
Copyright © 2020 Aspose. All Rights Reserved.