←Select platform

SourceLowBit Property

Summary
Gets or sets the position of the start bit that will construct the mask.
Syntax
C#
VB
Objective-C
C++
Java
public int SourceLowBit { get; set; } 
Public Property SourceLowBit As Integer 
@property (nonatomic, assign) NSUInteger sourceLowBit 
public int getSourceLowBit() 
public void setSourceLowBit(int value) 
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 ShiftDataCommand.

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.