Exception | Description |
---|---|
ImageGear.Core.ImGearException | Thrown when attempting to set this property while there is an open session with a data source. |
This property must be set before calling OpenSource. Setting this property while there is an open session with a data source will result in an ImageGear.Core.ImGearException being thrown.
The transfer mode can be set after calling OpenSource with a call to SetCapability, passing in an ImGearCap object with an ID value of ImGearCapabilities.ICAP_XFERMECH.
Note: Transferring of compressed data directly from a Data Source requires that buffered memory mode, ImGearXferType.MEMORY, be used.
Default Value: ImGearXferType.NATIVE