PclLoadOptions

PclLoadOptions class

Represents options for loading(import) PCL file into pdf document.

The PclLoadOptions type exposes the following members:

Constructors

NameDescription
PclLoadOptions()Initializes a new instance of the PclLoadOptions class

Properties

NameDescription
warning_handlerCallback to handle any warnings generated.
The WarningHandler returns ReturnAction enum item specifying either Continue or Abort.
Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease.
load_formatRepresents file format which LoadOptions describes.
batch_sizeDefines batch size if batched conversion is applicable
to source and destination formats pair.
conversion_engineDefines conversion engine that will be used for conversion
supress_errorsGets or sets boolean value which indicates will PCL conversion errors should be supressed.

See Also