←Select platform

SourceLowBit Property

Summary
Gets or sets the position of the start bit that will construct the mask.
Syntax
C#
VB
C++
public int SourceLowBit { get; set; } 
Public Property SourceLowBit As Integer 
public: 
property int SourceLowBit { 
   int get(); 
   void set (    int ); 
} 

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

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.