ImageGear for Silverlight
TransferMode Property
See Also  Send Feedback
ImageGear20.TWAIN Assembly > ImageGear.TWAIN Namespace > ImGearTWAIN Class : TransferMode Property




Glossary Item Box

Gets or sets a value indicating the method of transferring acquired images from the Data Source to the application.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

ImGearXferType value.

Exceptions

ExceptionDescription
ImageGear.Core.ImGearException Thrown when attempting to set this property while there is an open session with a data source.

Remarks

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

See Also

©2013. Accusoft Corporation. All Rights Reserved.