LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

SourceLowBit Property (SelectDataCommand)






Gets or sets the position of the start bit that will construct the mask. .NET support WinRT support
Syntax
public int SourceLowBit {get; set;}
'Declaration
 
Public Property SourceLowBit As Integer
'Usage
 
Dim instance As SelectDataCommand
Dim value As Integer
 
instance.SourceLowBit = value
 
value = instance.SourceLowBit
public int SourceLowBit {get; set;}
 get_SourceLowBit();
set_SourceLowBit(value);
public:
property int SourceLowBit {
   int get();
   void set (    int value);
}

Property Value

Position of the start bit that will construct the mask. The position is a zero based number. This property accepts only positive values.
Example
Refer to SelectDataCommand.
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

SelectDataCommand Class
SelectDataCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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