FillOrder Property

Summary

Gets or sets indicate how bytes in the image are to be filled by the source.

Syntax
C#
VB
C++
public TwainDataTransferFillOrder FillOrder { get; set; } 
Public Property FillOrder As TwainDataTransferFillOrder 
public: 
property TwainDataTransferFillOrder FillOrder { 
   TwainDataTransferFillOrder get(); 
   void set (    TwainDataTransferFillOrder ); 
} 

Property Value

Indicate how bytes in the image are to be filled by the source. Possible values are (according to the TWAIN 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 DataTransfer example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly