enum EOutputType

An enumeration that indicate which output will be used to return the compressed file.


Properties

IDmFIle = 0

Returns an IDmFile that can be used at runtime. It works only with small files


LocalFile = 1

Returns the path of a local file. It works also with big files.