Leadtools TWAIN (Leadtools.Twain assembly)

FillOrder Property

Show in webframe





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:
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

See Also

Reference

TwainDataTransferProperties Structure
TwainDataTransferProperties Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.