public interface IToImageConverter
Modifier and Type | Method and Description |
---|---|
void |
toImage(IStreamCallback<InputStream> dataCallback)
To image.
|
void |
toImage(OutputStream outputStream)
To image.
|
void |
toImage(String savePath)
To image.
|
void toImage(OutputStream outputStream) throws ConversionException
outputStream
- the output streamConversionException
- the conversion exceptionvoid toImage(String savePath) throws ConversionException
savePath
- the save pathConversionException
- the conversion exceptionvoid toImage(IStreamCallback<InputStream> dataCallback) throws ConversionException
dataCallback
- the data callbackConversionException
- the conversion exceptionCopyright © 2015 GroupDocs. All rights reserved.