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
Enum | Description |
---|
ConversionEngines | Enumerates conversion engines that can be used for conversion. |
Methods
Method | Description |
---|
get_BatchSize() override | Defines batch size if batched conversion is applicable to source and destination formats pair. |
PclLoadOptions() | Creates PclLoadOptions object. |
set_BatchSize(int32_t) override | Defines batch size if batched conversion is applicable to source and destination formats pair. |
See Also