All products / Saraff.Twain.DS / Contents
XferEnvironment Category
- MemXferBufferSizeAttribute - Define preferred buffer size for a memory transfer mode
[MemXferBufferSize(64*1024U /*64K*/)/*TW_SETUPMEMXFER.Preferred on DG_CONTROL / DAT_SETUPMEMXFER / MSG_GET operation*/] public sealed class ScreenDataSource:BitmapDataSource {
Instead of using the MemXferBufferSizeAttribute you can directly set value of XferEnvironment.MemXferBufferSize property.
this.XferEnvironment.MemXferBufferSize=64*1024U; /*64K*/