Aspose::Pdf::PclLoadOptions class

PclLoadOptions class

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

class PclLoadOptions : public Aspose::Pdf::LoadOptions,
                       public Aspose::Pdf::IPipelineOptions

Enums

EnumDescription
ConversionEnginesEnumerates conversion engines that can be used for conversion.

Methods

MethodDescription
get_BatchSize() overrideDefines batch size if batched conversion is applicable to source and destination formats pair.
PclLoadOptions()Creates PclLoadOptions object.
set_BatchSize(int32_t) overrideDefines batch size if batched conversion is applicable to source and destination formats pair.

See Also