Dynamsoft Home|Product Home

ICAP_BITORDER

Description:

Specifies how the bytes in an image are filled by the Source. TWBO_MSBFIRST indicates that the leftmost bit in the byte (usually bit 7) is the byte's Most Significant Bit.

 

Remarks:

None

 

Data type:

Integer

 

Default value:

TWBO_MSBFIRST(1)

 

Allowed values:

TWBO_LSBFIRST(0), TWBO_MSBFIRST(1)

 

CapType for GET:

TW_ENUMERATION, TW_ONEVALUE

 

CapType for SET: 

TW_ONEVALUE

 

See also: