Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

FillOrder Property






Gets or sets indicate how bytes in the image are to be filled by the source.
Syntax
public TwainDataTransferFillOrder FillOrder {get; set;}
'Declaration
 
Public Property FillOrder As TwainDataTransferFillOrder
'Usage
 
Dim instance As TwainDataTransferProperties
Dim value As TwainDataTransferFillOrder
 
instance.FillOrder = value
 
value = instance.FillOrder
public TwainDataTransferFillOrder FillOrder {get; set;}
 get_FillOrder();
set_FillOrder(value);
public:
property TwainDataTransferFillOrder FillOrder {
   TwainDataTransferFillOrder get();
   void set (    TwainDataTransferFillOrder value);
}

Property Value

Indicate how bytes in the image are to be filled by the source. Possible values are (according to the TWAIN 2.0 specification): TwainCapabilityValue.BitOrderLsbFirst bytes are to be transferred with the least significant byte first, TwainCapabilityValue.BitOrderMsbFirst bytes are to be transferred with the most significant byte first
Example
Refer to TwainProperties.DataTransfer example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainDataTransferProperties Structure
TwainDataTransferProperties Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.