Package | Description |
---|---|
com.groupdocs.conversion.handler |
The
<b>GroupDocs.Conversion.Handler</b> namespace provides classes for performing actual conversion as well as exposes main interfaces for customizing loading, saving, caching behaviour of GroupDocs.Conversion |
Constructor and Description |
---|
ConversionHandler(ConversionConfig conversionConfig,
IInputDataHandler inputDataHandler)
Instantiate the ConversionHandler with default
IOutputDataHandler , ICacheDataHandler and custom
IInputDataHandler implementation |
ConversionHandler(ConversionConfig conversionConfig,
IInputDataHandler inputDataHandler,
ICacheDataHandler cacheDataHandler)
Instantiate the ConversionHandler with default
IOutputDataHandler
and custom IInputDataHandler , ICacheDataHandler
implementation |
ConversionHandler(ConversionConfig conversionConfig,
IInputDataHandler inputDataHandler,
IOutputDataHandler outputDataHandler)
Instantiate the ConversionHandler with default
ICacheDataHandler
and custom IInputDataHandler , IOutputDataHandler
implementation |
ConversionHandler(ConversionConfig conversionConfig,
IInputDataHandler inputDataHandler,
IOutputDataHandler outputDataHandler,
ICacheDataHandler cacheDataHandler)
Instantiate the ConversionHandler with custom
IInputDataHandler ,
IOutputDataHandler and custom ICacheDataHandler
implementations |
Copyright © 2017. All rights reserved.