←Select platform

SourceLowBit Property (SelectDataCommand)

Summary

Gets or sets the position of the start bit that will construct the mask.

Syntax

C#
VB
WinRT C#
C++
public int SourceLowBit {get; set;}
Public Property SourceLowBit As Integer
public int SourceLowBit {get; set;}
get_SourceLowBit(); 
set_SourceLowBit(value); 
Object.defineProperty('SourceLowBit'); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize